Shades of Vivid Violet #9C39A9
Tints of Vivid Violet #9C39A9
RGB
CMYK
RGB Variations
Color information
#9C39A9 (or 0x9C39A9) is known color: Vivid Violet. HEX triplet: 9C, 39 and A9. RGB value is (156,57,169). Sum of RGB (Red+Green+Blue) = 156+57+169=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 169 (66.41% from 255 or 44.24% from 382); Max value from RGB is 169 - color contains mainly: blue. Hex color #9C39A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C39A9 is #63C656. Grayscale: #636363. Windows color (decimal): -6538839 or 11090332. OLE color: 11090332.
HSL color Cylindrical-coordinate representation of color #9C39A9: hue angle of 293.04º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C39A9 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 57 | 169 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.34 |
| HSL | 293.04º | 0.5% | 0.44% | - |
| HSV(B) | 293.04º | 0.66% | 0.66% | - |
| XYZ | 22.33 | 12.86 | 38.84 | - |
| YUV | 99.37 | 167.3 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 57 | 169 | 0.08 | 0.66 | 0 | 0.34 | 293.04 | 0.5 | 0.44 |
| Hex | 9C | 39 | A9 | 8 | 42 | 0 | 22 | 125 | 32 | 2C |
| Octal | 234 | 71 | 251 | 10 | 102 | 0 | 42 | 445 | 62 | 54 |
| Binary | 10011100 | 111001 | 10101001 | 1000 | 1000010 | 0 | 100010 | 100100101 | 110010 | 101100 |
Color Harmonies of #9C39A9
Complementary color
Monochromatic Colors of #9C39A9
Black with #9C39A9
Text Example
Text Example
White with #9C39A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C39A9; }
p { color: rgb(156,57,169); }
H1.HeaderClassName
{
color: #9C39A9;
}
.AnyTagClassName
{
color: #9C39A9;
}
</style>
background-color css
<style>
a { background-color: #9C39A9; }
a { background-color: rgb(156,57,169); }
div.DivClassName
{
background-color: #9C39A9;
}
.BgClassName
{
background-color: #9C39A9;
}
</style>
border-color css
<style>
span { border-color: #9C39A9; }
span { border-color: rgb(156,57,169); }
td.TdClassName
{
border-color: #9C39A9;
}
.TagClassName
{
border-color: #9C39A9;
}
</style>