Shades of Vivid Violet #9B3C97
Tints of Vivid Violet #9B3C97
RGB
CMYK
RGB Variations
Color information
#9B3C97 (or 0x9B3C97) is known color: Vivid Violet. HEX triplet: 9B, 3C and 97. RGB value is (155,60,151). Sum of RGB (Red+Green+Blue) = 155+60+151=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3C97 is #64C368. Grayscale: #626262. Windows color (decimal): -6603625 or 9911451. OLE color: 9911451.
HSL color Cylindrical-coordinate representation of color #9B3C97: hue angle of 302.53º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B3C97 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 60 | 151 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.39 |
| HSL | 302.53º | 0.44% | 0.42% | - |
| HSV(B) | 302.53º | 0.61% | 0.61% | - |
| XYZ | 20.72 | 12.43 | 30.59 | - |
| YUV | 98.78 | 157.47 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 60 | 151 | 0 | 0.61 | 0.03 | 0.39 | 302.53 | 0.44 | 0.42 |
| Hex | 9B | 3C | 97 | 0 | 3D | 3 | 27 | 12F | 2C | 2A |
| Octal | 233 | 74 | 227 | 0 | 75 | 3 | 47 | 457 | 54 | 52 |
| Binary | 10011011 | 111100 | 10010111 | 0 | 111101 | 11 | 100111 | 100101111 | 101100 | 101010 |
Color Harmonies of #9B3C97
Complementary color
Monochromatic Colors of #9B3C97
Black with #9B3C97
Text Example
Text Example
White with #9B3C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3C97; }
p { color: rgb(155,60,151); }
H1.HeaderClassName
{
color: #9B3C97;
}
.AnyTagClassName
{
color: #9B3C97;
}
</style>
background-color css
<style>
a { background-color: #9B3C97; }
a { background-color: rgb(155,60,151); }
div.DivClassName
{
background-color: #9B3C97;
}
.BgClassName
{
background-color: #9B3C97;
}
</style>
border-color css
<style>
span { border-color: #9B3C97; }
span { border-color: rgb(155,60,151); }
td.TdClassName
{
border-color: #9B3C97;
}
.TagClassName
{
border-color: #9B3C97;
}
</style>