#904BAE

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

Shades of Deep Lilac #904BAE

Tints of Deep Lilac #904BAE

Color information

#904BAE (or 0x904BAE) is unknown color: approx Deep Lilac. HEX triplet: 90, 4B and AE. RGB value is (144,75,174). Sum of RGB (Red+Green+Blue) = 144+75+174=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #904BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904BAE is #6FB451. Grayscale: #6A6A6A. Windows color (decimal): -7320658 or 11422608. OLE color: 11422608.

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

Color convert

RGB14475174-
CMYK0.170.5700.32
HSL281.82º39.76%48.82%-
HSV(B)281.82º56.9%68.24%-
XYZ21.6614.0241.61-
YUV106.92165.86154.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.64%
GREEN value IS 75 (29.69% from 255) = 19.08%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=36.64%
G=19.08%
B=44.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144751740.170.5700.32281.8239.7648.82
Hex904BAE113902011a2831
Octal22011325621710404325061
Binary10010000100101110101110100011110010100000100011010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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