Shades of Vivid Violet #9C3B95
Tints of Vivid Violet #9C3B95
RGB
CMYK
RGB Variations
Color information
#9C3B95 (or 0x9C3B95) is known color: Vivid Violet. HEX triplet: 9C, 3B and 95. RGB value is (156,59,149). Sum of RGB (Red+Green+Blue) = 156+59+149=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3B95 is #63C46A. Grayscale: #616161. Windows color (decimal): -6538347 or 9780124. OLE color: 9780124.
HSL color Cylindrical-coordinate representation of color #9C3B95: hue angle of 304.33º degrees, saturation: 0.45, 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 #9C3B95 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 59 | 149 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.39 |
| HSL | 304.33º | 0.45% | 0.42% | - |
| HSV(B) | 304.33º | 0.62% | 0.61% | - |
| XYZ | 20.7 | 12.37 | 29.73 | - |
| YUV | 98.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 59 | 149 | 0 | 0.62 | 0.04 | 0.39 | 304.33 | 0.45 | 0.42 |
| Hex | 9C | 3B | 95 | 0 | 3E | 4 | 27 | 130 | 2D | 2A |
| Octal | 234 | 73 | 225 | 0 | 76 | 4 | 47 | 460 | 55 | 52 |
| Binary | 10011100 | 111011 | 10010101 | 0 | 111110 | 100 | 100111 | 100110000 | 101101 | 101010 |
Color Harmonies of #9C3B95
Complementary color
Monochromatic Colors of #9C3B95
Black with #9C3B95
Text Example
Text Example
White with #9C3B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3B95; }
p { color: rgb(156,59,149); }
H1.HeaderClassName
{
color: #9C3B95;
}
.AnyTagClassName
{
color: #9C3B95;
}
</style>
background-color css
<style>
a { background-color: #9C3B95; }
a { background-color: rgb(156,59,149); }
div.DivClassName
{
background-color: #9C3B95;
}
.BgClassName
{
background-color: #9C3B95;
}
</style>
border-color css
<style>
span { border-color: #9C3B95; }
span { border-color: rgb(156,59,149); }
td.TdClassName
{
border-color: #9C3B95;
}
.TagClassName
{
border-color: #9C3B95;
}
</style>