#9859AB

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

Shades of Deep Lilac #9859AB

Tints of Deep Lilac #9859AB

Color information

#9859AB (or 0x9859AB) is unknown color: approx Deep Lilac. HEX triplet: 98, 59 and AB. RGB value is (152,89,171). Sum of RGB (Red+Green+Blue) = 152+89+171=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #9859AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9859AB is #67A654. Grayscale: #747474. Windows color (decimal): -6792789 or 11229592. OLE color: 11229592.

HSL color Cylindrical-coordinate representation of color #9859AB: hue angle of 286.1º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9859AB is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15289171-
CMYK0.110.4800.33
HSL286.1º32.8%50.98%-
HSV(B)286.1º47.95%67.06%-
XYZ23.8716.7640.5-
YUV117.18158.37152.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.89%
GREEN value IS 89 (35.16% from 255) = 21.60%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=36.89%
G=21.60%
B=41.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152891710.110.4800.33286.132.850.98
Hex9859ABB3002111e2133
Octal23013125313600414364163
Binary1001100010110011010101110111100000100001100011110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9859AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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