#9986DF

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

Shades of Medium Purple #9986DF

Tints of Medium Purple #9986DF

Color information

#9986DF (or 0x9986DF) is unknown color: approx Medium Purple. HEX triplet: 99, 86 and DF. RGB value is (153,134,223). Sum of RGB (Red+Green+Blue) = 153+134+223=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #9986DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9986DF is #667920. Grayscale: #959595. Windows color (decimal): -6715681 or 14648985. OLE color: 14648985.

HSL color Cylindrical-coordinate representation of color #9986DF: hue angle of 252.81º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9986DF is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153134223-
CMYK0.310.4000.13
HSL252.81º58.17%70%-
HSV(B)252.81º39.91%87.45%-
XYZ34.9829.1573.59-
YUV149.83169.29130.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30%
GREEN value IS 134 (52.73% from 255) = 26.27%
BLUE value IS 223 (87.5% from 255) = 43.73%
R=30%
G=26.27%
B=43.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531342230.310.4000.13252.8158.1770
Hex9986DF1F280Dfd3a46
Octal231206337375001537572106
Binary1001100110000110110111111111110100001101111111011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9986DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9986DF; }

 p { color: rgb(153,134,223); }

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

<style>
 a { background-color: #9986DF; }

 a { background-color: rgb(153,134,223); }

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

<style>
 span { border-color: #9986DF; }

 span { border-color: rgb(153,134,223); }

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