Shades of Vivid Violet #9B2C96
Tints of Vivid Violet #9B2C96
RGB
CMYK
RGB Variations
Color information
#9B2C96 (or 0x9B2C96) is known color: Vivid Violet. HEX triplet: 9B, 2C and 96. RGB value is (155,44,150). Sum of RGB (Red+Green+Blue) = 155+44+150=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2C96 is #64D369. Grayscale: #585858. Windows color (decimal): -6607722 or 9841819. OLE color: 9841819.
HSL color Cylindrical-coordinate representation of color #9B2C96: hue angle of 302.7º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B2C96 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 44 | 150 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.39 |
| HSL | 302.7º | 0.56% | 0.39% | - |
| HSV(B) | 302.7º | 0.72% | 0.61% | - |
| XYZ | 19.92 | 10.97 | 29.92 | - |
| YUV | 89.27 | 162.27 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 44 | 150 | 0 | 0.72 | 0.03 | 0.39 | 302.7 | 0.56 | 0.39 |
| Hex | 9B | 2C | 96 | 0 | 48 | 3 | 27 | 12F | 38 | 27 |
| Octal | 233 | 54 | 226 | 0 | 110 | 3 | 47 | 457 | 70 | 47 |
| Binary | 10011011 | 101100 | 10010110 | 0 | 1001000 | 11 | 100111 | 100101111 | 111000 | 100111 |
Color Harmonies of #9B2C96
Complementary color
Monochromatic Colors of #9B2C96
Black with #9B2C96
Text Example
Text Example
White with #9B2C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2C96; }
p { color: rgb(155,44,150); }
H1.HeaderClassName
{
color: #9B2C96;
}
.AnyTagClassName
{
color: #9B2C96;
}
</style>
background-color css
<style>
a { background-color: #9B2C96; }
a { background-color: rgb(155,44,150); }
div.DivClassName
{
background-color: #9B2C96;
}
.BgClassName
{
background-color: #9B2C96;
}
</style>
border-color css
<style>
span { border-color: #9B2C96; }
span { border-color: rgb(155,44,150); }
td.TdClassName
{
border-color: #9B2C96;
}
.TagClassName
{
border-color: #9B2C96;
}
</style>