Shades of Violet Blue #904C9A
Tints of Violet Blue #904C9A
RGB
CMYK
RGB Variations
Color information
#904C9A (or 0x904C9A) is known color: Violet Blue. HEX triplet: 90, 4C and 9A. RGB value is (144,76,154). Sum of RGB (Red+Green+Blue) = 144+76+154=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 154 - color contains mainly: blue. Hex color #904C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904C9A is #6FB365. Grayscale: #686868. Windows color (decimal): -7320422 or 10112144. OLE color: 10112144.
HSL color Cylindrical-coordinate representation of color #904C9A: hue angle of 292.31º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #904C9A is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 76 | 154 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.40 |
| HSL | 292.31º | 0.34% | 0.45% | - |
| HSV(B) | 292.31º | 0.51% | 0.6% | - |
| XYZ | 19.92 | 13.43 | 32.11 | - |
| YUV | 105.22 | 155.53 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 154 | 0.06 | 0.51 | 0 | 0.40 | 292.31 | 0.34 | 0.45 |
| Hex | 90 | 4C | 9A | 6 | 33 | 0 | 28 | 124 | 22 | 2D |
| Octal | 220 | 114 | 232 | 6 | 63 | 0 | 50 | 444 | 42 | 55 |
| Binary | 10010000 | 1001100 | 10011010 | 110 | 110011 | 0 | 101000 | 100100100 | 100010 | 101101 |
Color Harmonies of #904C9A
Complementary color
Monochromatic Colors of #904C9A
Black with #904C9A
Text Example
Text Example
White with #904C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904C9A; }
p { color: rgb(144,76,154); }
H1.HeaderClassName
{
color: #904C9A;
}
.AnyTagClassName
{
color: #904C9A;
}
</style>
background-color css
<style>
a { background-color: #904C9A; }
a { background-color: rgb(144,76,154); }
div.DivClassName
{
background-color: #904C9A;
}
.BgClassName
{
background-color: #904C9A;
}
</style>
border-color css
<style>
span { border-color: #904C9A; }
span { border-color: rgb(144,76,154); }
td.TdClassName
{
border-color: #904C9A;
}
.TagClassName
{
border-color: #904C9A;
}
</style>