#986DF0

Color #986DF0 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #986DF0

Tints of Medium Purple #986DF0

Color information

#986DF0 (or 0x986DF0) is unknown color: approx Medium Purple. HEX triplet: 98, 6D and F0. RGB value is (152,109,240). Sum of RGB (Red+Green+Blue) = 152+109+240=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 240 (94.14% from 255 or 47.90% from 501); Max value from RGB is 240 - color contains mainly: blue. Hex color #986DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986DF0 is #67920F. Grayscale: #888888. Windows color (decimal): -6787600 or 15756696. OLE color: 15756696.

HSL color Cylindrical-coordinate representation of color #986DF0: hue angle of 259.69º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #986DF0 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB152109240-
CMYK0.370.5500.06
HSL259.69º81.37%68.43%-
HSV(B)259.69º54.58%94.12%-
XYZ34.1523.985.25-
YUV136.79186.25138.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 30.34%
GREEN value IS 109 (42.97% from 255) = 21.76%
BLUE value IS 240 (94.14% from 255) = 47.90%
R=30.34%
G=21.76%
B=47.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1521092400.370.5500.06259.6981.3768.43
Hex986DF02537061045144
Octal230155360456706404121104
Binary10011000110110111110000100101110111011010000010010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986DF0; }

 p { color: rgb(152,109,240); }

 H1.HeaderClassName
 {
   color: #986DF0;
 }
 .AnyTagClassName
 {
   color: #986DF0;
 }
</style>
background-color css

<style>
 a { background-color: #986DF0; }

 a { background-color: rgb(152,109,240); }

 div.DivClassName
 {
   background-color: #986DF0;
 }
 .BgClassName
 {
   background-color: #986DF0;
 }
</style>
border-color css

<style>
 span { border-color: #986DF0; }

 span { border-color: rgb(152,109,240); }

 td.TdClassName
 {
   border-color: #986DF0;
 }
 .TagClassName
 {
   border-color: #986DF0;
 }
</style>