Shades of Vivid Violet #9C279A
Tints of Vivid Violet #9C279A
RGB
CMYK
RGB Variations
Color information
#9C279A (or 0x9C279A) is known color: Vivid Violet. HEX triplet: 9C, 27 and 9A. RGB value is (156,39,154). Sum of RGB (Red+Green+Blue) = 156+39+154=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C279A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C279A is #63D865. Grayscale: #565656. Windows color (decimal): -6543462 or 10102684. OLE color: 10102684.
HSL color Cylindrical-coordinate representation of color #9C279A: hue angle of 301.03º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C279A is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 39 | 154 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.39 |
| HSL | 301.03º | 0.6% | 0.38% | - |
| HSV(B) | 301.03º | 0.75% | 0.61% | - |
| XYZ | 20.27 | 10.85 | 31.6 | - |
| YUV | 87.09 | 165.76 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 39 | 154 | 0 | 0.75 | 0.01 | 0.39 | 301.03 | 0.6 | 0.38 |
| Hex | 9C | 27 | 9A | 0 | 4B | 1 | 27 | 12D | 3C | 26 |
| Octal | 234 | 47 | 232 | 0 | 113 | 1 | 47 | 455 | 74 | 46 |
| Binary | 10011100 | 100111 | 10011010 | 0 | 1001011 | 1 | 100111 | 100101101 | 111100 | 100110 |
Color Harmonies of #9C279A
Complementary color
Monochromatic Colors of #9C279A
Black with #9C279A
Text Example
Text Example
White with #9C279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C279A; }
p { color: rgb(156,39,154); }
H1.HeaderClassName
{
color: #9C279A;
}
.AnyTagClassName
{
color: #9C279A;
}
</style>
background-color css
<style>
a { background-color: #9C279A; }
a { background-color: rgb(156,39,154); }
div.DivClassName
{
background-color: #9C279A;
}
.BgClassName
{
background-color: #9C279A;
}
</style>
border-color css
<style>
span { border-color: #9C279A; }
span { border-color: rgb(156,39,154); }
td.TdClassName
{
border-color: #9C279A;
}
.TagClassName
{
border-color: #9C279A;
}
</style>