Shades of Vivid Violet #9C2699
Tints of Vivid Violet #9C2699
RGB
CMYK
RGB Variations
Color information
#9C2699 (or 0x9C2699) is known color: Vivid Violet. HEX triplet: 9C, 26 and 99. RGB value is (156,38,153). Sum of RGB (Red+Green+Blue) = 156+38+153=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2699 is #63D966. Grayscale: #565656. Windows color (decimal): -6543719 or 10036892. OLE color: 10036892.
HSL color Cylindrical-coordinate representation of color #9C2699: hue angle of 301.53º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2699 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 38 | 153 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.39 |
| HSL | 301.53º | 0.61% | 0.38% | - |
| HSV(B) | 301.53º | 0.76% | 0.61% | - |
| XYZ | 20.15 | 10.75 | 31.15 | - |
| YUV | 86.39 | 165.59 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 153 | 0 | 0.76 | 0.02 | 0.39 | 301.53 | 0.61 | 0.38 |
| Hex | 9C | 26 | 99 | 0 | 4C | 2 | 27 | 12E | 3D | 26 |
| Octal | 234 | 46 | 231 | 0 | 114 | 2 | 47 | 456 | 75 | 46 |
| Binary | 10011100 | 100110 | 10011001 | 0 | 1001100 | 10 | 100111 | 100101110 | 111101 | 100110 |
Color Harmonies of #9C2699
Complementary color
Monochromatic Colors of #9C2699
Black with #9C2699
Text Example
Text Example
White with #9C2699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2699; }
p { color: rgb(156,38,153); }
H1.HeaderClassName
{
color: #9C2699;
}
.AnyTagClassName
{
color: #9C2699;
}
</style>
background-color css
<style>
a { background-color: #9C2699; }
a { background-color: rgb(156,38,153); }
div.DivClassName
{
background-color: #9C2699;
}
.BgClassName
{
background-color: #9C2699;
}
</style>
border-color css
<style>
span { border-color: #9C2699; }
span { border-color: rgb(156,38,153); }
td.TdClassName
{
border-color: #9C2699;
}
.TagClassName
{
border-color: #9C2699;
}
</style>