#9856BE

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

Shades of Deep Lilac #9856BE

Tints of Deep Lilac #9856BE

Color information

#9856BE (or 0x9856BE) is unknown color: approx Deep Lilac. HEX triplet: 98, 56 and BE. RGB value is (152,86,190). Sum of RGB (Red+Green+Blue) = 152+86+190=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #9856BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9856BE is #67A941. Grayscale: #757575. Windows color (decimal): -6793538 or 12474008. OLE color: 12474008.

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

Color convert

RGB15286190-
CMYK0.20.5500.25
HSL278.08º44.44%54.12%-
HSV(B)278.08º54.74%74.51%-
XYZ25.5717.0550.66-
YUV117.59168.87152.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 86 (33.98% from 255) = 20.09%
BLUE value IS 190 (74.61% from 255) = 44.39%
R=35.51%
G=20.09%
B=44.39%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152861900.20.5500.25278.0844.4454.12
Hex9856BE14370191162c36
Octal23012627624670314265466
Binary1001100010101101011111010100110111011001100010110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9856BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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