Shades of Violet Blue #904FA0
Tints of Violet Blue #904FA0
RGB
CMYK
RGB Variations
Color information
#904FA0 (or 0x904FA0) is known color: Violet Blue. HEX triplet: 90, 4F and A0. RGB value is (144,79,160). Sum of RGB (Red+Green+Blue) = 144+79+160=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 160 - color contains mainly: blue. Hex color #904FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #904FA0 is #6FB05F. Grayscale: #6B6B6B. Windows color (decimal): -7319648 or 10506128. OLE color: 10506128.
HSL color Cylindrical-coordinate representation of color #904FA0: hue angle of 288.15º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #904FA0 is Cyan = 0.1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 79 | 160 | - |
| CMYK | 0.1 | 0.51 | 0 | 0.37 |
| HSL | 288.15º | 0.34% | 0.47% | - |
| HSV(B) | 288.15º | 0.51% | 0.63% | - |
| XYZ | 20.64 | 14.06 | 34.88 | - |
| YUV | 107.67 | 157.53 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 79 | 160 | 0.1 | 0.51 | 0 | 0.37 | 288.15 | 0.34 | 0.47 |
| Hex | 90 | 4F | A0 | A | 33 | 0 | 25 | 120 | 22 | 2F |
| Octal | 220 | 117 | 240 | 12 | 63 | 0 | 45 | 440 | 42 | 57 |
| Binary | 10010000 | 1001111 | 10100000 | 1010 | 110011 | 0 | 100101 | 100100000 | 100010 | 101111 |
Color Harmonies of #904FA0
Complementary color
Monochromatic Colors of #904FA0
Black with #904FA0
Text Example
Text Example
White with #904FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904FA0; }
p { color: rgb(144,79,160); }
H1.HeaderClassName
{
color: #904FA0;
}
.AnyTagClassName
{
color: #904FA0;
}
</style>
background-color css
<style>
a { background-color: #904FA0; }
a { background-color: rgb(144,79,160); }
div.DivClassName
{
background-color: #904FA0;
}
.BgClassName
{
background-color: #904FA0;
}
</style>
border-color css
<style>
span { border-color: #904FA0; }
span { border-color: rgb(144,79,160); }
td.TdClassName
{
border-color: #904FA0;
}
.TagClassName
{
border-color: #904FA0;
}
</style>