#994DBE

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

Shades of Deep Lilac #994DBE

Tints of Deep Lilac #994DBE

Color information

#994DBE (or 0x994DBE) is unknown color: approx Deep Lilac. HEX triplet: 99, 4D and BE. RGB value is (153,77,190). Sum of RGB (Red+Green+Blue) = 153+77+190=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #994DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DBE is #66B241. Grayscale: #707070. Windows color (decimal): -6730306 or 12471705. OLE color: 12471705.

HSL color Cylindrical-coordinate representation of color #994DBE: hue angle of 280.35º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #994DBE is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15377190-
CMYK0.190.5900.25
HSL280.35º46.5%52.35%-
HSV(B)280.35º59.47%74.51%-
XYZ25.0915.850.44-
YUV112.61171.68156.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 77 (30.47% from 255) = 18.33%
BLUE value IS 190 (74.61% from 255) = 45.24%
R=36.43%
G=18.33%
B=45.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153771900.190.5900.25280.3546.552.35
Hex994DBE133B0191182f34
Octal23111527623730314305764
Binary1001100110011011011111010011111011011001100011000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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