#9954be

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

Shades of Deep Lilac #9954BE

Tints of Deep Lilac #9954BE

Color information

#9954BE (or 0x9954BE) is unknown color: approx Deep Lilac. HEX triplet: 99, 54 and BE. RGB value is (153,84,190). Sum of RGB (Red+Green+Blue) = 153+84+190=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #9954BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9954BE is #66AB41. Grayscale: #747474. Windows color (decimal): -6728514 or 12473497. OLE color: 12473497.

HSL color Cylindrical-coordinate representation of color #9954BE: hue angle of 279.06º degrees, saturation: 0.45, 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 #9954BE is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15384190-
CMYK0.190.5600.25
HSL279.06º44.92%53.73%-
HSV(B)279.06º55.79%74.51%-
XYZ25.616.8350.61-
YUV116.72169.36153.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.83%
GREEN value IS 84 (33.20% from 255) = 19.67%
BLUE value IS 190 (74.61% from 255) = 44.50%
R=35.83%
G=19.67%
B=44.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153841900.190.5600.25279.0644.9253.73
Hex9954BE13380191172d36
Octal23112427623700314275566
Binary1001100110101001011111010011111000011001100010111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9954be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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