Shades of Vivid Violet #9C2B99
Tints of Vivid Violet #9C2B99
RGB
CMYK
RGB Variations
Color information
#9C2B99 (or 0x9C2B99) is known color: Vivid Violet. HEX triplet: 9C, 2B and 99. RGB value is (156,43,153). Sum of RGB (Red+Green+Blue) = 156+43+153=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2B99 is #63D466. Grayscale: #585858. Windows color (decimal): -6542439 or 10038172. OLE color: 10038172.
HSL color Cylindrical-coordinate representation of color #9C2B99: hue angle of 301.59º degrees, saturation: 0.57, 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 #9C2B99 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 43 | 153 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.39 |
| HSL | 301.59º | 0.57% | 0.39% | - |
| HSV(B) | 301.59º | 0.72% | 0.61% | - |
| XYZ | 20.32 | 11.1 | 31.21 | - |
| YUV | 89.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 43 | 153 | 0 | 0.72 | 0.02 | 0.39 | 301.59 | 0.57 | 0.39 |
| Hex | 9C | 2B | 99 | 0 | 48 | 2 | 27 | 12E | 39 | 27 |
| Octal | 234 | 53 | 231 | 0 | 110 | 2 | 47 | 456 | 71 | 47 |
| Binary | 10011100 | 101011 | 10011001 | 0 | 1001000 | 10 | 100111 | 100101110 | 111001 | 100111 |
Color Harmonies of #9C2B99
Complementary color
Monochromatic Colors of #9C2B99
Black with #9C2B99
Text Example
Text Example
White with #9C2B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2B99; }
p { color: rgb(156,43,153); }
H1.HeaderClassName
{
color: #9C2B99;
}
.AnyTagClassName
{
color: #9C2B99;
}
</style>
background-color css
<style>
a { background-color: #9C2B99; }
a { background-color: rgb(156,43,153); }
div.DivClassName
{
background-color: #9C2B99;
}
.BgClassName
{
background-color: #9C2B99;
}
</style>
border-color css
<style>
span { border-color: #9C2B99; }
span { border-color: rgb(156,43,153); }
td.TdClassName
{
border-color: #9C2B99;
}
.TagClassName
{
border-color: #9C2B99;
}
</style>