Shades of Violet Blue #904E97
Tints of Violet Blue #904E97
RGB
CMYK
RGB Variations
Color information
#904E97 (or 0x904E97) is known color: Violet Blue. HEX triplet: 90, 4E and 97. RGB value is (144,78,151). Sum of RGB (Red+Green+Blue) = 144+78+151=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 151 - color contains mainly: blue. Hex color #904E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #904E97 is #6FB168. Grayscale: #696969. Windows color (decimal): -7319913 or 9916048. OLE color: 9916048.
HSL color Cylindrical-coordinate representation of color #904E97: hue angle of 294.25º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #904E97 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 78 | 151 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.41 |
| HSL | 294.25º | 0.32% | 0.45% | - |
| HSV(B) | 294.25º | 0.48% | 0.59% | - |
| XYZ | 19.81 | 13.61 | 30.86 | - |
| YUV | 106.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 151 | 0.05 | 0.48 | 0 | 0.41 | 294.25 | 0.32 | 0.45 |
| Hex | 90 | 4E | 97 | 5 | 30 | 0 | 29 | 126 | 20 | 2D |
| Octal | 220 | 116 | 227 | 5 | 60 | 0 | 51 | 446 | 40 | 55 |
| Binary | 10010000 | 1001110 | 10010111 | 101 | 110000 | 0 | 101001 | 100100110 | 100000 | 101101 |
Color Harmonies of #904E97
Complementary color
Monochromatic Colors of #904E97
Black with #904E97
Text Example
Text Example
White with #904E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904E97; }
p { color: rgb(144,78,151); }
H1.HeaderClassName
{
color: #904E97;
}
.AnyTagClassName
{
color: #904E97;
}
</style>
background-color css
<style>
a { background-color: #904E97; }
a { background-color: rgb(144,78,151); }
div.DivClassName
{
background-color: #904E97;
}
.BgClassName
{
background-color: #904E97;
}
</style>
border-color css
<style>
span { border-color: #904E97; }
span { border-color: rgb(144,78,151); }
td.TdClassName
{
border-color: #904E97;
}
.TagClassName
{
border-color: #904E97;
}
</style>