Shades of Violet Blue #9B6797
Tints of Violet Blue #9B6797
RGB
CMYK
RGB Variations
Color information
#9B6797 (or 0x9B6797) is known color: Violet Blue. HEX triplet: 9B, 67 and 97. RGB value is (155,103,151). Sum of RGB (Red+Green+Blue) = 155+103+151=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6797 is #649868. Grayscale: #7B7B7B. Windows color (decimal): -6592617 or 9922459. OLE color: 9922459.
HSL color Cylindrical-coordinate representation of color #9B6797: hue angle of 304.62º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B6797 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 103 | 151 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.39 |
| HSL | 304.62º | 0.21% | 0.51% | - |
| HSV(B) | 304.62º | 0.34% | 0.61% | - |
| XYZ | 23.95 | 18.9 | 31.66 | - |
| YUV | 124.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 151 | 0 | 0.34 | 0.03 | 0.39 | 304.62 | 0.21 | 0.51 |
| Hex | 9B | 67 | 97 | 0 | 22 | 3 | 27 | 131 | 15 | 33 |
| Octal | 233 | 147 | 227 | 0 | 42 | 3 | 47 | 461 | 25 | 63 |
| Binary | 10011011 | 1100111 | 10010111 | 0 | 100010 | 11 | 100111 | 100110001 | 10101 | 110011 |
Color Harmonies of #9B6797
Complementary color
Monochromatic Colors of #9B6797
Black with #9B6797
Text Example
Text Example
White with #9B6797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6797; }
p { color: rgb(155,103,151); }
H1.HeaderClassName
{
color: #9B6797;
}
.AnyTagClassName
{
color: #9B6797;
}
</style>
background-color css
<style>
a { background-color: #9B6797; }
a { background-color: rgb(155,103,151); }
div.DivClassName
{
background-color: #9B6797;
}
.BgClassName
{
background-color: #9B6797;
}
</style>
border-color css
<style>
span { border-color: #9B6797; }
span { border-color: rgb(155,103,151); }
td.TdClassName
{
border-color: #9B6797;
}
.TagClassName
{
border-color: #9B6797;
}
</style>