Shades of Violet Blue #9B4097
Tints of Violet Blue #9B4097
RGB
CMYK
RGB Variations
Color information
#9B4097 (or 0x9B4097) is known color: Violet Blue. HEX triplet: 9B, 40 and 97. RGB value is (155,64,151). Sum of RGB (Red+Green+Blue) = 155+64+151=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4097 is #64BF68. Grayscale: #646464. Windows color (decimal): -6602601 or 9912475. OLE color: 9912475.
HSL color Cylindrical-coordinate representation of color #9B4097: hue angle of 302.64º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B4097 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 64 | 151 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.39 |
| HSL | 302.64º | 0.42% | 0.43% | - |
| HSV(B) | 302.64º | 0.59% | 0.61% | - |
| XYZ | 20.94 | 12.87 | 30.66 | - |
| YUV | 101.13 | 156.15 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 151 | 0 | 0.59 | 0.03 | 0.39 | 302.64 | 0.42 | 0.43 |
| Hex | 9B | 40 | 97 | 0 | 3B | 3 | 27 | 12F | 2A | 2B |
| Octal | 233 | 100 | 227 | 0 | 73 | 3 | 47 | 457 | 52 | 53 |
| Binary | 10011011 | 1000000 | 10010111 | 0 | 111011 | 11 | 100111 | 100101111 | 101010 | 101011 |
Color Harmonies of #9B4097
Complementary color
Monochromatic Colors of #9B4097
Black with #9B4097
Text Example
Text Example
White with #9B4097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4097; }
p { color: rgb(155,64,151); }
H1.HeaderClassName
{
color: #9B4097;
}
.AnyTagClassName
{
color: #9B4097;
}
</style>
background-color css
<style>
a { background-color: #9B4097; }
a { background-color: rgb(155,64,151); }
div.DivClassName
{
background-color: #9B4097;
}
.BgClassName
{
background-color: #9B4097;
}
</style>
border-color css
<style>
span { border-color: #9B4097; }
span { border-color: rgb(155,64,151); }
td.TdClassName
{
border-color: #9B4097;
}
.TagClassName
{
border-color: #9B4097;
}
</style>