#904ECA

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

Shades of Deep Lilac #904ECA

Tints of Deep Lilac #904ECA

Color information

#904ECA (or 0x904ECA) is unknown color: approx Deep Lilac. HEX triplet: 90, 4E and CA. RGB value is (144,78,202). Sum of RGB (Red+Green+Blue) = 144+78+202=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #904ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904ECA is #6FB135. Grayscale: #6F6F6F. Windows color (decimal): -7319862 or 13258384. OLE color: 13258384.

HSL color Cylindrical-coordinate representation of color #904ECA: hue angle of 271.94º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #904ECA is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14478202-
CMYK0.290.6100.21
HSL271.94º53.91%54.9%-
HSV(B)271.94º61.39%79.22%-
XYZ24.8915.6457.58-
YUV111.87178.87150.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.96%
GREEN value IS 78 (30.86% from 255) = 18.40%
BLUE value IS 202 (79.30% from 255) = 47.64%
R=33.96%
G=18.40%
B=47.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal144782020.290.6100.21271.9453.9154.9
Hex904ECA1D3D0151103637
Octal22011631235750254206667
Binary1001000010011101100101011101111101010101100010000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904ECA; }

 p { color: rgb(144,78,202); }

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

<style>
 a { background-color: #904ECA; }

 a { background-color: rgb(144,78,202); }

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

<style>
 span { border-color: #904ECA; }

 span { border-color: rgb(144,78,202); }

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