Shades of Violet Blue #9A4C97
Tints of Violet Blue #9A4C97
RGB
CMYK
RGB Variations
Color information
#9A4C97 (or 0x9A4C97) is known color: Violet Blue. HEX triplet: 9A, 4C and 97. RGB value is (154,76,151). Sum of RGB (Red+Green+Blue) = 154+76+151=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4C97 is #65B368. Grayscale: #6B6B6B. Windows color (decimal): -6665065 or 9915546. OLE color: 9915546.
HSL color Cylindrical-coordinate representation of color #9A4C97: hue angle of 302.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 #9A4C97 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 76 | 151 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.40 |
| HSL | 302.31º | 0.34% | 0.45% | - |
| HSV(B) | 302.31º | 0.51% | 0.6% | - |
| XYZ | 21.5 | 14.27 | 30.9 | - |
| YUV | 107.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 76 | 151 | 0 | 0.51 | 0.02 | 0.40 | 302.31 | 0.34 | 0.45 |
| Hex | 9A | 4C | 97 | 0 | 33 | 2 | 28 | 12E | 22 | 2D |
| Octal | 232 | 114 | 227 | 0 | 63 | 2 | 50 | 456 | 42 | 55 |
| Binary | 10011010 | 1001100 | 10010111 | 0 | 110011 | 10 | 101000 | 100101110 | 100010 | 101101 |
Color Harmonies of #9A4C97
Complementary color
Monochromatic Colors of #9A4C97
Black with #9A4C97
Text Example
Text Example
White with #9A4C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4C97; }
p { color: rgb(154,76,151); }
H1.HeaderClassName
{
color: #9A4C97;
}
.AnyTagClassName
{
color: #9A4C97;
}
</style>
background-color css
<style>
a { background-color: #9A4C97; }
a { background-color: rgb(154,76,151); }
div.DivClassName
{
background-color: #9A4C97;
}
.BgClassName
{
background-color: #9A4C97;
}
</style>
border-color css
<style>
span { border-color: #9A4C97; }
span { border-color: rgb(154,76,151); }
td.TdClassName
{
border-color: #9A4C97;
}
.TagClassName
{
border-color: #9A4C97;
}
</style>