#904A9B

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

Shades of Vivid Violet #904A9B

Tints of Vivid Violet #904A9B

Color information

#904A9B (or 0x904A9B) is unknown color: approx Vivid Violet. HEX triplet: 90, 4A and 9B. RGB value is (144,74,155). Sum of RGB (Red+Green+Blue) = 144+74+155=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #904A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904A9B is #6FB564. Grayscale: #676767. Windows color (decimal): -7320933 or 10177168. OLE color: 10177168.

HSL color Cylindrical-coordinate representation of color #904A9B: hue angle of 291.85º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #904A9B is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14474155-
CMYK0.070.5200.39
HSL291.85º35.37%44.9%-
HSV(B)291.85º52.26%60.78%-
XYZ19.8713.1932.51-
YUV104.16156.69156.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.61%
GREEN value IS 74 (29.30% from 255) = 19.84%
BLUE value IS 155 (60.94% from 255) = 41.55%
R=38.61%
G=19.84%
B=41.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal144741550.070.5200.39291.8535.3744.9
Hex904A9B734027124232d
Octal2201122337640474444355
Binary100100001001010100110111111101000100111100100100100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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