Shades of Violet Blue #904BA0
Tints of Violet Blue #904BA0
RGB
CMYK
RGB Variations
Color information
#904BA0 (or 0x904BA0) is known color: Violet Blue. HEX triplet: 90, 4B and A0. RGB value is (144,75,160). Sum of RGB (Red+Green+Blue) = 144+75+160=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 160 - color contains mainly: blue. Hex color #904BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904BA0 is #6FB45F. Grayscale: #696969. Windows color (decimal): -7320672 or 10505104. OLE color: 10505104.
HSL color Cylindrical-coordinate representation of color #904BA0: hue angle of 288.71º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #904BA0 is Cyan = 0.1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 75 | 160 | - |
| CMYK | 0.1 | 0.53 | 0 | 0.37 |
| HSL | 288.71º | 0.36% | 0.46% | - |
| HSV(B) | 288.71º | 0.53% | 0.63% | - |
| XYZ | 20.36 | 13.5 | 34.79 | - |
| YUV | 105.32 | 158.86 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 75 | 160 | 0.1 | 0.53 | 0 | 0.37 | 288.71 | 0.36 | 0.46 |
| Hex | 90 | 4B | A0 | A | 35 | 0 | 25 | 121 | 24 | 2E |
| Octal | 220 | 113 | 240 | 12 | 65 | 0 | 45 | 441 | 44 | 56 |
| Binary | 10010000 | 1001011 | 10100000 | 1010 | 110101 | 0 | 100101 | 100100001 | 100100 | 101110 |
Color Harmonies of #904BA0
Complementary color
Monochromatic Colors of #904BA0
Black with #904BA0
Text Example
Text Example
White with #904BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904BA0; }
p { color: rgb(144,75,160); }
H1.HeaderClassName
{
color: #904BA0;
}
.AnyTagClassName
{
color: #904BA0;
}
</style>
background-color css
<style>
a { background-color: #904BA0; }
a { background-color: rgb(144,75,160); }
div.DivClassName
{
background-color: #904BA0;
}
.BgClassName
{
background-color: #904BA0;
}
</style>
border-color css
<style>
span { border-color: #904BA0; }
span { border-color: rgb(144,75,160); }
td.TdClassName
{
border-color: #904BA0;
}
.TagClassName
{
border-color: #904BA0;
}
</style>