#904DA0

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

Shades of Violet Blue #904DA0

Tints of Violet Blue #904DA0

Color information

#904DA0 (or 0x904DA0) is unknown color: approx Violet Blue. HEX triplet: 90, 4D and A0. RGB value is (144,77,160). Sum of RGB (Red+Green+Blue) = 144+77+160=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 160 - color contains mainly: blue. Hex color #904DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #904DA0 is #6FB25F. Grayscale: #6A6A6A. Windows color (decimal): -7320160 or 10505616. OLE color: 10505616.

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

Color convert

RGB14477160-
CMYK0.10.5200.37
HSL288.43º35.02%46.47%-
HSV(B)288.43º51.88%62.75%-
XYZ20.513.7834.84-
YUV106.5158.2154.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.80%
GREEN value IS 77 (30.47% from 255) = 20.21%
BLUE value IS 160 (62.89% from 255) = 41.99%
R=37.80%
G=20.21%
B=41.99%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal144771600.10.5200.37288.4335.0246.47
Hex904DA0A34025120232e
Octal22011524012640454404356
Binary1001000010011011010000010101101000100101100100000100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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