Shades of Violet Blue #9B7199
Tints of Violet Blue #9B7199
RGB
CMYK
RGB Variations
Color information
#9B7199 (or 0x9B7199) is known color: Violet Blue. HEX triplet: 9B, 71 and 99. RGB value is (155,113,153). Sum of RGB (Red+Green+Blue) = 155+113+153=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7199 is #648E66. Grayscale: #828282. Windows color (decimal): -6590055 or 10056091. OLE color: 10056091.
HSL color Cylindrical-coordinate representation of color #9B7199: hue angle of 302.86º 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 #9B7199 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 153 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.39 |
| HSL | 302.86º | 0.17% | 0.53% | - |
| HSV(B) | 302.86º | 0.27% | 0.61% | - |
| XYZ | 25.17 | 21.08 | 32.88 | - |
| YUV | 130.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 153 | 0 | 0.27 | 0.01 | 0.39 | 302.86 | 0.17 | 0.53 |
| Hex | 9B | 71 | 99 | 0 | 1B | 1 | 27 | 12F | 11 | 35 |
| Octal | 233 | 161 | 231 | 0 | 33 | 1 | 47 | 457 | 21 | 65 |
| Binary | 10011011 | 1110001 | 10011001 | 0 | 11011 | 1 | 100111 | 100101111 | 10001 | 110101 |
Color Harmonies of #9B7199
Complementary color
Monochromatic Colors of #9B7199
Black with #9B7199
Text Example
Text Example
White with #9B7199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7199; }
p { color: rgb(155,113,153); }
H1.HeaderClassName
{
color: #9B7199;
}
.AnyTagClassName
{
color: #9B7199;
}
</style>
background-color css
<style>
a { background-color: #9B7199; }
a { background-color: rgb(155,113,153); }
div.DivClassName
{
background-color: #9B7199;
}
.BgClassName
{
background-color: #9B7199;
}
</style>
border-color css
<style>
span { border-color: #9B7199; }
span { border-color: rgb(155,113,153); }
td.TdClassName
{
border-color: #9B7199;
}
.TagClassName
{
border-color: #9B7199;
}
</style>