#994BAB

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

Shades of Deep Lilac #994BAB

Tints of Deep Lilac #994BAB

Color information

#994BAB (or 0x994BAB) is unknown color: approx Deep Lilac. HEX triplet: 99, 4B and AB. RGB value is (153,75,171). Sum of RGB (Red+Green+Blue) = 153+75+171=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #994BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994BAB is #66B454. Grayscale: #6C6C6C. Windows color (decimal): -6730837 or 11226009. OLE color: 11226009.

HSL color Cylindrical-coordinate representation of color #994BAB: hue angle of 288.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994BAB is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15375171-
CMYK0.110.5600.33
HSL288.75º39.02%48.24%-
HSV(B)288.75º56.14%67.06%-
XYZ2314.7440.16-
YUV109.27162.84159.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 75 (29.69% from 255) = 18.80%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=38.35%
G=18.80%
B=42.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153751710.110.5600.33288.7539.0248.24
Hex994BABB380211212730
Octal23111325313700414414760
Binary1001100110010111010101110111110000100001100100001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,75,171); }

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

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

 a { background-color: rgb(153,75,171); }

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

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

 span { border-color: rgb(153,75,171); }

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