#994CBF

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

Shades of Deep Lilac #994CBF

Tints of Deep Lilac #994CBF

Color information

#994CBF (or 0x994CBF) is unknown color: approx Deep Lilac. HEX triplet: 99, 4C and BF. RGB value is (153,76,191). Sum of RGB (Red+Green+Blue) = 153+76+191=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #994CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CBF is #66B340. Grayscale: #6F6F6F. Windows color (decimal): -6730561 or 12536985. OLE color: 12536985.

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

Color convert

RGB15376191-
CMYK0.200.6000.25
HSL280.17º47.33%52.35%-
HSV(B)280.17º60.21%74.9%-
XYZ25.1315.751-
YUV112.13172.51157.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 76 (30.08% from 255) = 18.10%
BLUE value IS 191 (75% from 255) = 45.48%
R=36.43%
G=18.10%
B=45.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153761910.200.6000.25280.1747.3352.35
Hex994CBF143C0191182f34
Octal23111427724740314305764
Binary1001100110011001011111110100111100011001100011000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,76,191); }

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

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

 a { background-color: rgb(153,76,191); }

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

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

 span { border-color: rgb(153,76,191); }

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