Shades of Vivid Violet #9C3C91
Tints of Vivid Violet #9C3C91
RGB
CMYK
RGB Variations
Color information
#9C3C91 (or 0x9C3C91) is known color: Vivid Violet. HEX triplet: 9C, 3C and 91. RGB value is (156,60,145). Sum of RGB (Red+Green+Blue) = 156+60+145=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3C91 is #63C36E. Grayscale: #626262. Windows color (decimal): -6538095 or 9518236. OLE color: 9518236.
HSL color Cylindrical-coordinate representation of color #9C3C91: hue angle of 306.88º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C3C91 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 60 | 145 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.39 |
| HSL | 306.88º | 0.44% | 0.42% | - |
| HSV(B) | 306.88º | 0.62% | 0.61% | - |
| XYZ | 20.44 | 12.34 | 28.09 | - |
| YUV | 98.39 | 154.3 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 60 | 145 | 0 | 0.62 | 0.07 | 0.39 | 306.88 | 0.44 | 0.42 |
| Hex | 9C | 3C | 91 | 0 | 3E | 7 | 27 | 133 | 2C | 2A |
| Octal | 234 | 74 | 221 | 0 | 76 | 7 | 47 | 463 | 54 | 52 |
| Binary | 10011100 | 111100 | 10010001 | 0 | 111110 | 111 | 100111 | 100110011 | 101100 | 101010 |
Color Harmonies of #9C3C91
Complementary color
Monochromatic Colors of #9C3C91
Black with #9C3C91
Text Example
Text Example
White with #9C3C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3C91; }
p { color: rgb(156,60,145); }
H1.HeaderClassName
{
color: #9C3C91;
}
.AnyTagClassName
{
color: #9C3C91;
}
</style>
background-color css
<style>
a { background-color: #9C3C91; }
a { background-color: rgb(156,60,145); }
div.DivClassName
{
background-color: #9C3C91;
}
.BgClassName
{
background-color: #9C3C91;
}
</style>
border-color css
<style>
span { border-color: #9C3C91; }
span { border-color: rgb(156,60,145); }
td.TdClassName
{
border-color: #9C3C91;
}
.TagClassName
{
border-color: #9C3C91;
}
</style>