#904ABA

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

Shades of Deep Lilac #904ABA

Tints of Deep Lilac #904ABA

Color information

#904ABA (or 0x904ABA) is unknown color: approx Deep Lilac. HEX triplet: 90, 4A and BA. RGB value is (144,74,186). Sum of RGB (Red+Green+Blue) = 144+74+186=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #904ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904ABA is #6FB545. Grayscale: #6B6B6B. Windows color (decimal): -7320902 or 12208784. OLE color: 12208784.

HSL color Cylindrical-coordinate representation of color #904ABA: hue angle of 277.5º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #904ABA is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14474186-
CMYK0.230.6000.27
HSL277.5º44.8%50.98%-
HSV(B)277.5º60.22%72.94%-
XYZ22.8114.3748.03-
YUV107.7172.19153.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.64%
GREEN value IS 74 (29.30% from 255) = 18.32%
BLUE value IS 186 (73.05% from 255) = 46.04%
R=35.64%
G=18.32%
B=46.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal144741860.230.6000.27277.544.850.98
Hex904ABA173C01B1162d33
Octal22011227227740334265563
Binary1001000010010101011101010111111100011011100010110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,74,186); }

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

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

 a { background-color: rgb(144,74,186); }

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

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

 span { border-color: rgb(144,74,186); }

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