#994DCB

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

Shades of Deep Lilac #994DCB

Tints of Deep Lilac #994DCB

Color information

#994DCB (or 0x994DCB) is unknown color: approx Deep Lilac. HEX triplet: 99, 4D and CB. RGB value is (153,77,203). Sum of RGB (Red+Green+Blue) = 153+77+203=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #994DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DCB is #66B234. Grayscale: #717171. Windows color (decimal): -6730293 or 13323673. OLE color: 13323673.

HSL color Cylindrical-coordinate representation of color #994DCB: hue angle of 276.19º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #994DCB is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15377203-
CMYK0.250.6200.20
HSL276.19º54.78%54.9%-
HSV(B)276.19º62.07%79.61%-
XYZ26.5716.3958.26-
YUV114.09178.18155.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.33%
GREEN value IS 77 (30.47% from 255) = 17.78%
BLUE value IS 203 (79.69% from 255) = 46.88%
R=35.33%
G=17.78%
B=46.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal153772030.250.6200.20276.1954.7854.9
Hex994DCB193E0141143737
Octal23111531331760244246767
Binary1001100110011011100101111001111110010100100010100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994DCB; }

 p { color: rgb(153,77,203); }

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

<style>
 a { background-color: #994DCB; }

 a { background-color: rgb(153,77,203); }

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

<style>
 span { border-color: #994DCB; }

 span { border-color: rgb(153,77,203); }

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