Shades of Violet Blue #9A7198
Tints of Violet Blue #9A7198
RGB
CMYK
RGB Variations
Color information
#9A7198 (or 0x9A7198) is known color: Violet Blue. HEX triplet: 9A, 71 and 98. RGB value is (154,113,152). Sum of RGB (Red+Green+Blue) = 154+113+152=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7198 is #658E67. Grayscale: #818181. Windows color (decimal): -6655592 or 9990554. OLE color: 9990554.
HSL color Cylindrical-coordinate representation of color #9A7198: hue angle of 302.93º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A7198 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 113 | 152 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.40 |
| HSL | 302.93º | 0.17% | 0.52% | - |
| HSV(B) | 302.93º | 0.27% | 0.6% | - |
| XYZ | 24.9 | 20.95 | 32.44 | - |
| YUV | 129.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 113 | 152 | 0 | 0.27 | 0.01 | 0.40 | 302.93 | 0.17 | 0.52 |
| Hex | 9A | 71 | 98 | 0 | 1B | 1 | 28 | 12F | 11 | 34 |
| Octal | 232 | 161 | 230 | 0 | 33 | 1 | 50 | 457 | 21 | 64 |
| Binary | 10011010 | 1110001 | 10011000 | 0 | 11011 | 1 | 101000 | 100101111 | 10001 | 110100 |
Color Harmonies of #9A7198
Complementary color
Monochromatic Colors of #9A7198
Black with #9A7198
Text Example
Text Example
White with #9A7198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7198; }
p { color: rgb(154,113,152); }
H1.HeaderClassName
{
color: #9A7198;
}
.AnyTagClassName
{
color: #9A7198;
}
</style>
background-color css
<style>
a { background-color: #9A7198; }
a { background-color: rgb(154,113,152); }
div.DivClassName
{
background-color: #9A7198;
}
.BgClassName
{
background-color: #9A7198;
}
</style>
border-color css
<style>
span { border-color: #9A7198; }
span { border-color: rgb(154,113,152); }
td.TdClassName
{
border-color: #9A7198;
}
.TagClassName
{
border-color: #9A7198;
}
</style>