#9886DF

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

Shades of Medium Purple #9886DF

Tints of Medium Purple #9886DF

Color information

#9886DF (or 0x9886DF) is unknown color: approx Medium Purple. HEX triplet: 98, 86 and DF. RGB value is (152,134,223). Sum of RGB (Red+Green+Blue) = 152+134+223=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #9886DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9886DF is #677920. Grayscale: #959595. Windows color (decimal): -6781217 or 14648984. OLE color: 14648984.

HSL color Cylindrical-coordinate representation of color #9886DF: hue angle of 252.13º 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 #9886DF is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152134223-
CMYK0.320.4000.13
HSL252.13º58.17%70%-
HSV(B)252.13º39.91%87.45%-
XYZ34.7929.0573.59-
YUV149.53169.46129.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.86%
GREEN value IS 134 (52.73% from 255) = 26.33%
BLUE value IS 223 (87.5% from 255) = 43.81%
R=29.86%
G=26.33%
B=43.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521342230.320.4000.13252.1358.1770
Hex9886DF20280Dfc3a46
Octal230206337405001537472106
Binary10011000100001101101111110000010100001101111111001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9886DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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