#904DCD

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

Shades of Deep Lilac #904DCD

Tints of Deep Lilac #904DCD

Color information

#904DCD (or 0x904DCD) is unknown color: approx Deep Lilac. HEX triplet: 90, 4D and CD. RGB value is (144,77,205). Sum of RGB (Red+Green+Blue) = 144+77+205=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #904DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904DCD is #6FB232. Grayscale: #6F6F6F. Windows color (decimal): -7320115 or 13454736. OLE color: 13454736.

HSL color Cylindrical-coordinate representation of color #904DCD: hue angle of 271.41º 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 #904DCD is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14477205-
CMYK0.300.6200.20
HSL271.41º56.14%55.29%-
HSV(B)271.41º62.44%80.39%-
XYZ25.1715.6459.45-
YUV111.62180.7151.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.80%
GREEN value IS 77 (30.47% from 255) = 18.08%
BLUE value IS 205 (80.47% from 255) = 48.12%
R=33.80%
G=18.08%
B=48.12%

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
Decimal144772050.300.6200.20271.4156.1455.29
Hex904DCD1E3E01410f3837
Octal22011531536760244177067
Binary1001000010011011100110111110111110010100100001111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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