Shades of Vivid Violet #9C249A
Tints of Vivid Violet #9C249A
RGB
CMYK
RGB Variations
Color information
#9C249A (or 0x9C249A) is known color: Vivid Violet. HEX triplet: 9C, 24 and 9A. RGB value is (156,36,154). Sum of RGB (Red+Green+Blue) = 156+36+154=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C249A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C249A is #63DB65. Grayscale: #545454. Windows color (decimal): -6544230 or 10101916. OLE color: 10101916.
HSL color Cylindrical-coordinate representation of color #9C249A: hue angle of 301º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C249A is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 154 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.39 |
| HSL | 301º | 0.63% | 0.38% | - |
| HSV(B) | 301º | 0.77% | 0.61% | - |
| XYZ | 20.17 | 10.66 | 31.57 | - |
| YUV | 85.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 154 | 0 | 0.77 | 0.01 | 0.39 | 301 | 0.63 | 0.38 |
| Hex | 9C | 24 | 9A | 0 | 4D | 1 | 27 | 12D | 3E | 26 |
| Octal | 234 | 44 | 232 | 0 | 115 | 1 | 47 | 455 | 76 | 46 |
| Binary | 10011100 | 100100 | 10011010 | 0 | 1001101 | 1 | 100111 | 100101101 | 111110 | 100110 |
Color Harmonies of #9C249A
Complementary color
Monochromatic Colors of #9C249A
Black with #9C249A
Text Example
Text Example
White with #9C249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C249A; }
p { color: rgb(156,36,154); }
H1.HeaderClassName
{
color: #9C249A;
}
.AnyTagClassName
{
color: #9C249A;
}
</style>
background-color css
<style>
a { background-color: #9C249A; }
a { background-color: rgb(156,36,154); }
div.DivClassName
{
background-color: #9C249A;
}
.BgClassName
{
background-color: #9C249A;
}
</style>
border-color css
<style>
span { border-color: #9C249A; }
span { border-color: rgb(156,36,154); }
td.TdClassName
{
border-color: #9C249A;
}
.TagClassName
{
border-color: #9C249A;
}
</style>