#904FAA

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

Shades of Deep Lilac #904FAA

Tints of Deep Lilac #904FAA

Color information

#904FAA (or 0x904FAA) is unknown color: approx Deep Lilac. HEX triplet: 90, 4F and AA. RGB value is (144,79,170). Sum of RGB (Red+Green+Blue) = 144+79+170=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #904FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #904FAA is #6FB055. Grayscale: #6C6C6C. Windows color (decimal): -7319638 or 11161488. OLE color: 11161488.

HSL color Cylindrical-coordinate representation of color #904FAA: hue angle of 282.86º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #904FAA is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14479170-
CMYK0.150.5400.33
HSL282.86º36.55%48.82%-
HSV(B)282.86º53.53%66.67%-
XYZ21.5514.4239.68-
YUV108.81162.53153.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.64%
GREEN value IS 79 (31.25% from 255) = 20.10%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=36.64%
G=20.10%
B=43.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144791700.150.5400.33282.8636.5548.82
Hex904FAAF3602111b2531
Octal22011725217660414334561
Binary1001000010011111010101011111101100100001100011011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,79,170); }

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

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

 a { background-color: rgb(144,79,170); }

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

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

 span { border-color: rgb(144,79,170); }

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