#9859B7

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

Shades of Deep Lilac #9859B7

Tints of Deep Lilac #9859B7

Color information

#9859B7 (or 0x9859B7) is unknown color: approx Deep Lilac. HEX triplet: 98, 59 and B7. RGB value is (152,89,183). Sum of RGB (Red+Green+Blue) = 152+89+183=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 183 (71.88% from 255 or 43.16% from 424); Max value from RGB is 183 - color contains mainly: blue. Hex color #9859B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9859B7 is #67A648. Grayscale: #767676. Windows color (decimal): -6792777 or 12016024. OLE color: 12016024.

HSL color Cylindrical-coordinate representation of color #9859B7: hue angle of 280.21º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9859B7 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15289183-
CMYK0.170.5100.28
HSL280.21º39.5%53.33%-
HSV(B)280.21º51.37%71.76%-
XYZ25.0717.2446.81-
YUV118.55164.37151.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.85%
GREEN value IS 89 (35.16% from 255) = 20.99%
BLUE value IS 183 (71.88% from 255) = 43.16%
R=35.85%
G=20.99%
B=43.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal152891830.170.5100.28280.2139.553.33
Hex9859B7113301C1182735
Octal23013126721630344304765
Binary1001100010110011011011110001110011011100100011000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9859B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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