#994CB9

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

Shades of Deep Lilac #994CB9

Tints of Deep Lilac #994CB9

Color information

#994CB9 (or 0x994CB9) is unknown color: approx Deep Lilac. HEX triplet: 99, 4C and B9. RGB value is (153,76,185). Sum of RGB (Red+Green+Blue) = 153+76+185=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 185 - color contains mainly: blue. Hex color #994CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CB9 is #66B346. Grayscale: #6F6F6F. Windows color (decimal): -6730567 or 12143769. OLE color: 12143769.

HSL color Cylindrical-coordinate representation of color #994CB9: hue angle of 282.39º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #994CB9 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15376185-
CMYK0.170.5900.27
HSL282.39º43.78%51.18%-
HSV(B)282.39º58.92%72.55%-
XYZ24.4815.4447.59-
YUV111.45169.51157.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.96%
GREEN value IS 76 (30.08% from 255) = 18.36%
BLUE value IS 185 (72.66% from 255) = 44.69%
R=36.96%
G=18.36%
B=44.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153761850.170.5900.27282.3943.7851.18
Hex994CB9113B01B11a2c33
Octal23111427121730334325463
Binary1001100110011001011100110001111011011011100011010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,76,185); }

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

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

 a { background-color: rgb(153,76,185); }

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

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

 span { border-color: rgb(153,76,185); }

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