#904ECD

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

Shades of Deep Lilac #904ECD

Tints of Deep Lilac #904ECD

Color information

#904ECD (or 0x904ECD) is unknown color: approx Deep Lilac. HEX triplet: 90, 4E and CD. RGB value is (144,78,205). Sum of RGB (Red+Green+Blue) = 144+78+205=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #904ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904ECD is #6FB132. Grayscale: #6F6F6F. Windows color (decimal): -7319859 or 13454992. OLE color: 13454992.

HSL color Cylindrical-coordinate representation of color #904ECD: hue angle of 271.18º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #904ECD is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14478205-
CMYK0.300.6200.20
HSL271.18º55.95%55.49%-
HSV(B)271.18º61.95%80.39%-
XYZ25.2515.7959.47-
YUV112.21180.37150.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.72%
GREEN value IS 78 (30.86% from 255) = 18.27%
BLUE value IS 205 (80.47% from 255) = 48.01%
R=33.72%
G=18.27%
B=48.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal144782050.300.6200.20271.1855.9555.49
Hex904ECD1E3E01410f3837
Octal22011631536760244177067
Binary1001000010011101100110111110111110010100100001111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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