#994DAF

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

Shades of Deep Lilac #994DAF

Tints of Deep Lilac #994DAF

Color information

#994DAF (or 0x994DAF) is unknown color: approx Deep Lilac. HEX triplet: 99, 4D and AF. RGB value is (153,77,175). Sum of RGB (Red+Green+Blue) = 153+77+175=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #994DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994DAF is #66B250. Grayscale: #6E6E6E. Windows color (decimal): -6730321 or 11488665. OLE color: 11488665.

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

Color convert

RGB15377175-
CMYK0.130.5600.31
HSL286.53º38.89%49.41%-
HSV(B)286.53º56%68.63%-
XYZ23.5315.1842.25-
YUV110.9164.18158.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 77 (30.47% from 255) = 19.01%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=37.78%
G=19.01%
B=43.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153771750.130.5600.31286.5338.8949.41
Hex994DAFD3801F11f2731
Octal23111525715700374374761
Binary100110011001101101011111101111000011111100011111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,77,175); }

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

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

 a { background-color: rgb(153,77,175); }

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

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

 span { border-color: rgb(153,77,175); }

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