Shades of Vivid Violet #904A9B
Tints of Vivid Violet #904A9B
RGB
CMYK
RGB Variations
Color information
#904A9B (or 0x904A9B) is known color: 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
| RGB | 144 | 74 | 155 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.39 |
| HSL | 291.85º | 0.35% | 0.45% | - |
| HSV(B) | 291.85º | 0.52% | 0.61% | - |
| XYZ | 19.87 | 13.19 | 32.51 | - |
| YUV | 104.16 | 156.69 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 155 | 0.07 | 0.52 | 0 | 0.39 | 291.85 | 0.35 | 0.45 |
| Hex | 90 | 4A | 9B | 7 | 34 | 0 | 27 | 124 | 23 | 2D |
| Octal | 220 | 112 | 233 | 7 | 64 | 0 | 47 | 444 | 43 | 55 |
| Binary | 10010000 | 1001010 | 10011011 | 111 | 110100 | 0 | 100111 | 100100100 | 100011 | 101101 |
Color Harmonies of #904A9B
Complementary color
Monochromatic Colors of #904A9B
Black with #904A9B
Text Example
Text Example
White with #904A9B
Text Example
Text Example
HTML Codes & Css Web 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>