#994BBE

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

Shades of Deep Lilac #994BBE

Tints of Deep Lilac #994BBE

Color information

#994BBE (or 0x994BBE) is unknown color: approx Deep Lilac. HEX triplet: 99, 4B and BE. RGB value is (153,75,190). Sum of RGB (Red+Green+Blue) = 153+75+190=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #994BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994BBE is #66B441. Grayscale: #6F6F6F. Windows color (decimal): -6730818 or 12471193. OLE color: 12471193.

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

Color convert

RGB15375190-
CMYK0.190.6100.25
HSL280.7º46.94%51.96%-
HSV(B)280.7º60.53%74.51%-
XYZ24.9515.5250.4-
YUV111.43172.34157.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.60%
GREEN value IS 75 (29.69% from 255) = 17.94%
BLUE value IS 190 (74.61% from 255) = 45.45%
R=36.60%
G=17.94%
B=45.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153751900.190.6100.25280.746.9451.96
Hex994BBE133D0191192f34
Octal23111327623750314315764
Binary1001100110010111011111010011111101011001100011001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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