#9856C0

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

Shades of Deep Lilac #9856C0

Tints of Deep Lilac #9856C0

Color information

#9856C0 (or 0x9856C0) is unknown color: approx Deep Lilac. HEX triplet: 98, 56 and C0. RGB value is (152,86,192). Sum of RGB (Red+Green+Blue) = 152+86+192=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 192 - color contains mainly: blue. Hex color #9856C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9856C0 is #67A93F. Grayscale: #757575. Windows color (decimal): -6793536 or 12605080. OLE color: 12605080.

HSL color Cylindrical-coordinate representation of color #9856C0: hue angle of 277.36º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9856C0 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15286192-
CMYK0.210.5500.25
HSL277.36º45.69%54.51%-
HSV(B)277.36º55.21%75.29%-
XYZ25.7917.1451.82-
YUV117.82169.87152.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.35%
GREEN value IS 86 (33.98% from 255) = 20%
BLUE value IS 192 (75.39% from 255) = 44.65%
R=35.35%
G=20%
B=44.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152861920.210.5500.25277.3645.6954.51
Hex9856C015370191152e37
Octal23012630025670314255667
Binary1001100010101101100000010101110111011001100010101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9856C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9856C0; }

 p { color: rgb(152,86,192); }

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

<style>
 a { background-color: #9856C0; }

 a { background-color: rgb(152,86,192); }

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

<style>
 span { border-color: #9856C0; }

 span { border-color: rgb(152,86,192); }

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