Shades of Vivid Violet #9C2D9A
Tints of Vivid Violet #9C2D9A
RGB
CMYK
RGB Variations
Color information
#9C2D9A (or 0x9C2D9A) is known color: Vivid Violet. HEX triplet: 9C, 2D and 9A. RGB value is (156,45,154). Sum of RGB (Red+Green+Blue) = 156+45+154=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2D9A is #63D265. Grayscale: #5A5A5A. Windows color (decimal): -6541926 or 10104220. OLE color: 10104220.
HSL color Cylindrical-coordinate representation of color #9C2D9A: hue angle of 301.08º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C2D9A is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 45 | 154 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.39 |
| HSL | 301.08º | 0.55% | 0.39% | - |
| HSV(B) | 301.08º | 0.71% | 0.61% | - |
| XYZ | 20.48 | 11.28 | 31.67 | - |
| YUV | 90.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 45 | 154 | 0 | 0.71 | 0.01 | 0.39 | 301.08 | 0.55 | 0.39 |
| Hex | 9C | 2D | 9A | 0 | 47 | 1 | 27 | 12D | 37 | 27 |
| Octal | 234 | 55 | 232 | 0 | 107 | 1 | 47 | 455 | 67 | 47 |
| Binary | 10011100 | 101101 | 10011010 | 0 | 1000111 | 1 | 100111 | 100101101 | 110111 | 100111 |
Color Harmonies of #9C2D9A
Complementary color
Monochromatic Colors of #9C2D9A
Black with #9C2D9A
Text Example
Text Example
White with #9C2D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2D9A; }
p { color: rgb(156,45,154); }
H1.HeaderClassName
{
color: #9C2D9A;
}
.AnyTagClassName
{
color: #9C2D9A;
}
</style>
background-color css
<style>
a { background-color: #9C2D9A; }
a { background-color: rgb(156,45,154); }
div.DivClassName
{
background-color: #9C2D9A;
}
.BgClassName
{
background-color: #9C2D9A;
}
</style>
border-color css
<style>
span { border-color: #9C2D9A; }
span { border-color: rgb(156,45,154); }
td.TdClassName
{
border-color: #9C2D9A;
}
.TagClassName
{
border-color: #9C2D9A;
}
</style>