#994BBB

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

Shades of Deep Lilac #994BBB

Tints of Deep Lilac #994BBB

Color information

#994BBB (or 0x994BBB) is unknown color: approx Deep Lilac. HEX triplet: 99, 4B and BB. RGB value is (153,75,187). Sum of RGB (Red+Green+Blue) = 153+75+187=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #994BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994BBB is #66B444. Grayscale: #6E6E6E. Windows color (decimal): -6730821 or 12274585. OLE color: 12274585.

HSL color Cylindrical-coordinate representation of color #994BBB: hue angle of 281.79º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #994BBB is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15375187-
CMYK0.180.6000.27
HSL281.79º45.16%51.37%-
HSV(B)281.79º59.89%73.33%-
XYZ24.6215.3948.69-
YUV111.09170.84157.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.87%
GREEN value IS 75 (29.69% from 255) = 18.07%
BLUE value IS 187 (73.44% from 255) = 45.06%
R=36.87%
G=18.07%
B=45.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153751870.180.6000.27281.7945.1651.37
Hex994BBB123C01B11a2d33
Octal23111327322740334325563
Binary1001100110010111011101110010111100011011100011010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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