#904EA0

Color #904EA0 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #904EA0

Tints of Violet Blue #904EA0

Color information

#904EA0 (or 0x904EA0) is unknown color: approx Violet Blue. HEX triplet: 90, 4E and A0. RGB value is (144,78,160). Sum of RGB (Red+Green+Blue) = 144+78+160=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 160 - color contains mainly: blue. Hex color #904EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #904EA0 is #6FB15F. Grayscale: #6A6A6A. Windows color (decimal): -7319904 or 10505872. OLE color: 10505872.

HSL color Cylindrical-coordinate representation of color #904EA0: hue angle of 288.29º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #904EA0 is Cyan = 0.1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14478160-
CMYK0.10.5100.37
HSL288.29º34.45%46.67%-
HSV(B)288.29º51.25%62.75%-
XYZ20.5713.9234.86-
YUV107.08157.87154.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.70%
GREEN value IS 78 (30.86% from 255) = 20.42%
BLUE value IS 160 (62.89% from 255) = 41.88%
R=37.70%
G=20.42%
B=41.88%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal144781600.10.5100.37288.2934.4546.67
Hex904EA0A33025120222f
Octal22011624012630454404257
Binary1001000010011101010000010101100110100101100100000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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