#994CAD

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

Shades of Deep Lilac #994CAD

Tints of Deep Lilac #994CAD

Color information

#994CAD (or 0x994CAD) is unknown color: approx Deep Lilac. HEX triplet: 99, 4C and AD. RGB value is (153,76,173). Sum of RGB (Red+Green+Blue) = 153+76+173=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #994CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994CAD is #66B352. Grayscale: #6D6D6D. Windows color (decimal): -6730579 or 11357337. OLE color: 11357337.

HSL color Cylindrical-coordinate representation of color #994CAD: hue angle of 287.63º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994CAD is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15376173-
CMYK0.120.5600.32
HSL287.63º38.96%48.82%-
HSV(B)287.63º56.07%67.84%-
XYZ23.2614.9641.2-
YUV110.08163.51158.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.06%
GREEN value IS 76 (30.08% from 255) = 18.91%
BLUE value IS 173 (67.97% from 255) = 43.03%
R=38.06%
G=18.91%
B=43.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153761730.120.5600.32287.6338.9648.82
Hex994CADC380201202731
Octal23111425514700404404761
Binary1001100110011001010110111001110000100000100100000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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