#994AB9

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

Shades of Deep Lilac #994AB9

Tints of Deep Lilac #994AB9

Color information

#994AB9 (or 0x994AB9) is unknown color: approx Deep Lilac. HEX triplet: 99, 4A and B9. RGB value is (153,74,185). Sum of RGB (Red+Green+Blue) = 153+74+185=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #994AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994AB9 is #66B546. Grayscale: #6D6D6D. Windows color (decimal): -6731079 or 12143257. OLE color: 12143257.

HSL color Cylindrical-coordinate representation of color #994AB9: hue angle of 282.7º degrees, saturation: 0.44, 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 #994AB9 is Cyan = 0.17, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15374185-
CMYK0.170.600.27
HSL282.7º44.22%50.78%-
HSV(B)282.7º60%72.55%-
XYZ24.3415.1747.54-
YUV110.28170.17158.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.14%
GREEN value IS 74 (29.30% from 255) = 17.96%
BLUE value IS 185 (72.66% from 255) = 44.90%
R=37.14%
G=17.96%
B=44.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153741850.170.600.27282.744.2250.78
Hex994AB9113C01B11b2c33
Octal23111227121740334335463
Binary1001100110010101011100110001111100011011100011011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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