Shades of Vivid Violet #9C39A0
Tints of Vivid Violet #9C39A0
RGB
CMYK
RGB Variations
Color information
#9C39A0 (or 0x9C39A0) is known color: Vivid Violet. HEX triplet: 9C, 39 and A0. RGB value is (156,57,160). Sum of RGB (Red+Green+Blue) = 156+57+160=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 160 - color contains mainly: blue. Hex color #9C39A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C39A0 is #63C65F. Grayscale: #626262. Windows color (decimal): -6538848 or 10500508. OLE color: 10500508.
HSL color Cylindrical-coordinate representation of color #9C39A0: hue angle of 297.67º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C39A0 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 57 | 160 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.37 |
| HSL | 297.67º | 0.47% | 0.43% | - |
| HSV(B) | 297.67º | 0.64% | 0.63% | - |
| XYZ | 21.52 | 12.53 | 34.54 | - |
| YUV | 98.34 | 162.8 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 57 | 160 | 0.02 | 0.64 | 0 | 0.37 | 297.67 | 0.47 | 0.43 |
| Hex | 9C | 39 | A0 | 2 | 40 | 0 | 25 | 12A | 2F | 2B |
| Octal | 234 | 71 | 240 | 2 | 100 | 0 | 45 | 452 | 57 | 53 |
| Binary | 10011100 | 111001 | 10100000 | 10 | 1000000 | 0 | 100101 | 100101010 | 101111 | 101011 |
Color Harmonies of #9C39A0
Complementary color
Monochromatic Colors of #9C39A0
Black with #9C39A0
Text Example
Text Example
White with #9C39A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C39A0; }
p { color: rgb(156,57,160); }
H1.HeaderClassName
{
color: #9C39A0;
}
.AnyTagClassName
{
color: #9C39A0;
}
</style>
background-color css
<style>
a { background-color: #9C39A0; }
a { background-color: rgb(156,57,160); }
div.DivClassName
{
background-color: #9C39A0;
}
.BgClassName
{
background-color: #9C39A0;
}
</style>
border-color css
<style>
span { border-color: #9C39A0; }
span { border-color: rgb(156,57,160); }
td.TdClassName
{
border-color: #9C39A0;
}
.TagClassName
{
border-color: #9C39A0;
}
</style>