#9858AB

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

Shades of Deep Lilac #9858AB

Tints of Deep Lilac #9858AB

Color information

#9858AB (or 0x9858AB) is unknown color: approx Deep Lilac. HEX triplet: 98, 58 and AB. RGB value is (152,88,171). Sum of RGB (Red+Green+Blue) = 152+88+171=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #9858AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9858AB is #67A754. Grayscale: #747474. Windows color (decimal): -6793045 or 11229336. OLE color: 11229336.

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

Color convert

RGB15288171-
CMYK0.110.4900.33
HSL286.27º33.07%50.78%-
HSV(B)286.27º48.54%67.06%-
XYZ23.7916.640.48-
YUV116.6158.7153.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.98%
GREEN value IS 88 (34.77% from 255) = 21.41%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=36.98%
G=21.41%
B=41.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152881710.110.4900.33286.2733.0750.78
Hex9858ABB3102111e2133
Octal23013025313610414364163
Binary1001100010110001010101110111100010100001100011110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9858AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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