#9859BE

Color #9859BE Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9859BE

Tints of Deep Lilac #9859BE

Color information

#9859BE (or 0x9859BE) is unknown color: approx Deep Lilac. HEX triplet: 98, 59 and BE. RGB value is (152,89,190). Sum of RGB (Red+Green+Blue) = 152+89+190=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #9859BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9859BE is #67A641. Grayscale: #777777. Windows color (decimal): -6792770 or 12474776. OLE color: 12474776.

HSL color Cylindrical-coordinate representation of color #9859BE: hue angle of 277.43º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9859BE is Cyan = 0.2, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15289190-
CMYK0.20.5300.25
HSL277.43º43.72%54.71%-
HSV(B)277.43º53.16%74.51%-
XYZ25.8217.5450.74-
YUV119.35167.87151.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.27%
GREEN value IS 89 (35.16% from 255) = 20.65%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=35.27%
G=20.65%
B=44.08%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152891900.20.5300.25277.4343.7254.71
Hex9859BE14350191152c37
Octal23013127624650314255467
Binary1001100010110011011111010100110101011001100010101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9859BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9859BE; }

 p { color: rgb(152,89,190); }

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

<style>
 a { background-color: #9859BE; }

 a { background-color: rgb(152,89,190); }

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

<style>
 span { border-color: #9859BE; }

 span { border-color: rgb(152,89,190); }

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