Shades of Vivid Violet #9B3B97
Tints of Vivid Violet #9B3B97
RGB
CMYK
RGB Variations
Color information
#9B3B97 (or 0x9B3B97) is known color: Vivid Violet. HEX triplet: 9B, 3B and 97. RGB value is (155,59,151). Sum of RGB (Red+Green+Blue) = 155+59+151=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3B97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3B97 is #64C468. Grayscale: #616161. Windows color (decimal): -6603881 or 9911195. OLE color: 9911195.
HSL color Cylindrical-coordinate representation of color #9B3B97: hue angle of 302.5º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B3B97 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 59 | 151 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.39 |
| HSL | 302.5º | 0.45% | 0.42% | - |
| HSV(B) | 302.5º | 0.62% | 0.61% | - |
| XYZ | 20.67 | 12.33 | 30.57 | - |
| YUV | 98.19 | 157.8 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 59 | 151 | 0 | 0.62 | 0.03 | 0.39 | 302.5 | 0.45 | 0.42 |
| Hex | 9B | 3B | 97 | 0 | 3E | 3 | 27 | 12E | 2D | 2A |
| Octal | 233 | 73 | 227 | 0 | 76 | 3 | 47 | 456 | 55 | 52 |
| Binary | 10011011 | 111011 | 10010111 | 0 | 111110 | 11 | 100111 | 100101110 | 101101 | 101010 |
Color Harmonies of #9B3B97
Complementary color
Monochromatic Colors of #9B3B97
Black with #9B3B97
Text Example
Text Example
White with #9B3B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3B97; }
p { color: rgb(155,59,151); }
H1.HeaderClassName
{
color: #9B3B97;
}
.AnyTagClassName
{
color: #9B3B97;
}
</style>
background-color css
<style>
a { background-color: #9B3B97; }
a { background-color: rgb(155,59,151); }
div.DivClassName
{
background-color: #9B3B97;
}
.BgClassName
{
background-color: #9B3B97;
}
</style>
border-color css
<style>
span { border-color: #9B3B97; }
span { border-color: rgb(155,59,151); }
td.TdClassName
{
border-color: #9B3B97;
}
.TagClassName
{
border-color: #9B3B97;
}
</style>