#904CAE

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

Shades of Deep Lilac #904CAE

Tints of Deep Lilac #904CAE

Color information

#904CAE (or 0x904CAE) is unknown color: approx Deep Lilac. HEX triplet: 90, 4C and AE. RGB value is (144,76,174). Sum of RGB (Red+Green+Blue) = 144+76+174=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #904CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904CAE is #6FB351. Grayscale: #6B6B6B. Windows color (decimal): -7320402 or 11422864. OLE color: 11422864.

HSL color Cylindrical-coordinate representation of color #904CAE: hue angle of 281.63º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #904CAE is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14476174-
CMYK0.170.5600.32
HSL281.63º39.2%49.02%-
HSV(B)281.63º56.32%68.24%-
XYZ21.7314.1541.63-
YUV107.5165.53154.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.55%
GREEN value IS 76 (30.08% from 255) = 19.29%
BLUE value IS 174 (68.36% from 255) = 44.16%
R=36.55%
G=19.29%
B=44.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144761740.170.5600.32281.6339.249.02
Hex904CAE113802011a2731
Octal22011425621700404324761
Binary10010000100110010101110100011110000100000100011010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,76,174); }

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

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

 a { background-color: rgb(144,76,174); }

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

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

 span { border-color: rgb(144,76,174); }

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