#9855BF

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

Shades of Deep Lilac #9855BF

Tints of Deep Lilac #9855BF

Color information

#9855BF (or 0x9855BF) is unknown color: approx Deep Lilac. HEX triplet: 98, 55 and BF. RGB value is (152,85,191). Sum of RGB (Red+Green+Blue) = 152+85+191=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #9855BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855BF is #67AA40. Grayscale: #747474. Windows color (decimal): -6793793 or 12539288. OLE color: 12539288.

HSL color Cylindrical-coordinate representation of color #9855BF: hue angle of 277.92º degrees, saturation: 0.45, 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 #9855BF is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15285191-
CMYK0.200.5500.25
HSL277.92º45.3%54.12%-
HSV(B)277.92º55.5%74.9%-
XYZ25.616.9351.21-
YUV117.12169.7152.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 85 (33.59% from 255) = 19.86%
BLUE value IS 191 (75% from 255) = 44.63%
R=35.51%
G=19.86%
B=44.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152851910.200.5500.25277.9245.354.12
Hex9855BF14370191162d36
Octal23012527724670314265566
Binary1001100010101011011111110100110111011001100010110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9855BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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