#9855BD

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

Shades of Deep Lilac #9855BD

Tints of Deep Lilac #9855BD

Color information

#9855BD (or 0x9855BD) is unknown color: approx Deep Lilac. HEX triplet: 98, 55 and BD. RGB value is (152,85,189). Sum of RGB (Red+Green+Blue) = 152+85+189=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #9855BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855BD is #67AA42. Grayscale: #747474. Windows color (decimal): -6793795 or 12408216. OLE color: 12408216.

HSL color Cylindrical-coordinate representation of color #9855BD: hue angle of 278.65º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9855BD is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15285189-
CMYK0.200.5500.26
HSL278.65º44.07%53.73%-
HSV(B)278.65º55.03%74.12%-
XYZ25.3816.8550.06-
YUV116.89168.7153.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.68%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 189 (74.22% from 255) = 44.37%
R=35.68%
G=19.95%
B=44.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal152851890.200.5500.26278.6544.0753.73
Hex9855BD143701A1172c36
Octal23012527524670324275466
Binary1001100010101011011110110100110111011010100010111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9855BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9855BD; }

 p { color: rgb(152,85,189); }

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

<style>
 a { background-color: #9855BD; }

 a { background-color: rgb(152,85,189); }

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

<style>
 span { border-color: #9855BD; }

 span { border-color: rgb(152,85,189); }

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