#9954BF

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

Shades of Deep Lilac #9954BF

Tints of Deep Lilac #9954BF

Color information

#9954BF (or 0x9954BF) is unknown color: approx Deep Lilac. HEX triplet: 99, 54 and BF. RGB value is (153,84,191). Sum of RGB (Red+Green+Blue) = 153+84+191=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 84 (33.20% from 255 or 19.63% 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 #9954BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9954BF is #66AB40. Grayscale: #747474. Windows color (decimal): -6728513 or 12539033. OLE color: 12539033.

HSL color Cylindrical-coordinate representation of color #9954BF: hue angle of 278.69º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9954BF is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15384191-
CMYK0.200.5600.25
HSL278.69º45.53%53.92%-
HSV(B)278.69º56.02%74.9%-
XYZ25.7116.8751.19-
YUV116.83169.86153.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.75%
GREEN value IS 84 (33.20% from 255) = 19.63%
BLUE value IS 191 (75% from 255) = 44.63%
R=35.75%
G=19.63%
B=44.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153841910.200.5600.25278.6945.5353.92
Hex9954BF14380191172e36
Octal23112427724700314275666
Binary1001100110101001011111110100111000011001100010111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9954BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,84,191); }

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

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

 a { background-color: rgb(153,84,191); }

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

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

 span { border-color: rgb(153,84,191); }

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