Shades of Violet Blue #9B7198
Tints of Violet Blue #9B7198
RGB
CMYK
RGB Variations
Color information
#9B7198 (or 0x9B7198) is known color: Violet Blue. HEX triplet: 9B, 71 and 98. RGB value is (155,113,152). Sum of RGB (Red+Green+Blue) = 155+113+152=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7198 is #648E67. Grayscale: #818181. Windows color (decimal): -6590056 or 9990555. OLE color: 9990555.
HSL color Cylindrical-coordinate representation of color #9B7198: hue angle of 304.29º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B7198 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 152 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.39 |
| HSL | 304.29º | 0.17% | 0.53% | - |
| HSV(B) | 304.29º | 0.27% | 0.61% | - |
| XYZ | 25.09 | 21.05 | 32.45 | - |
| YUV | 130 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 152 | 0 | 0.27 | 0.02 | 0.39 | 304.29 | 0.17 | 0.53 |
| Hex | 9B | 71 | 98 | 0 | 1B | 2 | 27 | 130 | 11 | 35 |
| Octal | 233 | 161 | 230 | 0 | 33 | 2 | 47 | 460 | 21 | 65 |
| Binary | 10011011 | 1110001 | 10011000 | 0 | 11011 | 10 | 100111 | 100110000 | 10001 | 110101 |
Color Harmonies of #9B7198
Complementary color
Monochromatic Colors of #9B7198
Black with #9B7198
Text Example
Text Example
White with #9B7198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7198; }
p { color: rgb(155,113,152); }
H1.HeaderClassName
{
color: #9B7198;
}
.AnyTagClassName
{
color: #9B7198;
}
</style>
background-color css
<style>
a { background-color: #9B7198; }
a { background-color: rgb(155,113,152); }
div.DivClassName
{
background-color: #9B7198;
}
.BgClassName
{
background-color: #9B7198;
}
</style>
border-color css
<style>
span { border-color: #9B7198; }
span { border-color: rgb(155,113,152); }
td.TdClassName
{
border-color: #9B7198;
}
.TagClassName
{
border-color: #9B7198;
}
</style>