Shades of Violet Blue #9B6A97
Tints of Violet Blue #9B6A97
RGB
CMYK
RGB Variations
Color information
#9B6A97 (or 0x9B6A97) is known color: Violet Blue. HEX triplet: 9B, 6A and 97. RGB value is (155,106,151). Sum of RGB (Red+Green+Blue) = 155+106+151=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6A97 is #649568. Grayscale: #7D7D7D. Windows color (decimal): -6591849 or 9923227. OLE color: 9923227.
HSL color Cylindrical-coordinate representation of color #9B6A97: hue angle of 304.9º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B6A97 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 106 | 151 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.39 |
| HSL | 304.9º | 0.2% | 0.51% | - |
| HSV(B) | 304.9º | 0.32% | 0.61% | - |
| XYZ | 24.26 | 19.51 | 31.77 | - |
| YUV | 125.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 106 | 151 | 0 | 0.32 | 0.03 | 0.39 | 304.9 | 0.2 | 0.51 |
| Hex | 9B | 6A | 97 | 0 | 20 | 3 | 27 | 131 | 14 | 33 |
| Octal | 233 | 152 | 227 | 0 | 40 | 3 | 47 | 461 | 24 | 63 |
| Binary | 10011011 | 1101010 | 10010111 | 0 | 100000 | 11 | 100111 | 100110001 | 10100 | 110011 |
Color Harmonies of #9B6A97
Complementary color
Monochromatic Colors of #9B6A97
Black with #9B6A97
Text Example
Text Example
White with #9B6A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6A97; }
p { color: rgb(155,106,151); }
H1.HeaderClassName
{
color: #9B6A97;
}
.AnyTagClassName
{
color: #9B6A97;
}
</style>
background-color css
<style>
a { background-color: #9B6A97; }
a { background-color: rgb(155,106,151); }
div.DivClassName
{
background-color: #9B6A97;
}
.BgClassName
{
background-color: #9B6A97;
}
</style>
border-color css
<style>
span { border-color: #9B6A97; }
span { border-color: rgb(155,106,151); }
td.TdClassName
{
border-color: #9B6A97;
}
.TagClassName
{
border-color: #9B6A97;
}
</style>