#904EAF

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

Shades of Deep Lilac #904EAF

Tints of Deep Lilac #904EAF

Color information

#904EAF (or 0x904EAF) is unknown color: approx Deep Lilac. HEX triplet: 90, 4E and AF. RGB value is (144,78,175). Sum of RGB (Red+Green+Blue) = 144+78+175=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #904EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #904EAF is #6FB150. Grayscale: #6C6C6C. Windows color (decimal): -7319889 or 11488912. OLE color: 11488912.

HSL color Cylindrical-coordinate representation of color #904EAF: hue angle of 280.82º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #904EAF is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14478175-
CMYK0.180.5500.31
HSL280.82º38.34%49.61%-
HSV(B)280.82º55.43%68.63%-
XYZ21.9614.4742.19-
YUV108.79165.37153.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.27%
GREEN value IS 78 (30.86% from 255) = 19.65%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=36.27%
G=19.65%
B=44.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal144781750.180.5500.31280.8238.3449.61
Hex904EAF123701F1192632
Octal22011625722670374314662
Binary1001000010011101010111110010110111011111100011001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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