Shades of Violet Blue #9B4D97
Tints of Violet Blue #9B4D97
RGB
CMYK
RGB Variations
Color information
#9B4D97 (or 0x9B4D97) is known color: Violet Blue. HEX triplet: 9B, 4D and 97. RGB value is (155,77,151). Sum of RGB (Red+Green+Blue) = 155+77+151=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B4D97 is #64B268. Grayscale: #6C6C6C. Windows color (decimal): -6599273 or 9915803. OLE color: 9915803.
HSL color Cylindrical-coordinate representation of color #9B4D97: hue angle of 303.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B4D97 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 77 | 151 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.39 |
| HSL | 303.08º | 0.34% | 0.45% | - |
| HSV(B) | 303.08º | 0.5% | 0.61% | - |
| XYZ | 21.76 | 14.51 | 30.93 | - |
| YUV | 108.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 77 | 151 | 0 | 0.50 | 0.03 | 0.39 | 303.08 | 0.34 | 0.45 |
| Hex | 9B | 4D | 97 | 0 | 32 | 3 | 27 | 12F | 22 | 2D |
| Octal | 233 | 115 | 227 | 0 | 62 | 3 | 47 | 457 | 42 | 55 |
| Binary | 10011011 | 1001101 | 10010111 | 0 | 110010 | 11 | 100111 | 100101111 | 100010 | 101101 |
Color Harmonies of #9B4D97
Complementary color
Monochromatic Colors of #9B4D97
Black with #9B4D97
Text Example
Text Example
White with #9B4D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4D97; }
p { color: rgb(155,77,151); }
H1.HeaderClassName
{
color: #9B4D97;
}
.AnyTagClassName
{
color: #9B4D97;
}
</style>
background-color css
<style>
a { background-color: #9B4D97; }
a { background-color: rgb(155,77,151); }
div.DivClassName
{
background-color: #9B4D97;
}
.BgClassName
{
background-color: #9B4D97;
}
</style>
border-color css
<style>
span { border-color: #9B4D97; }
span { border-color: rgb(155,77,151); }
td.TdClassName
{
border-color: #9B4D97;
}
.TagClassName
{
border-color: #9B4D97;
}
</style>