Shades of Vivid Violet #9C3795
Tints of Vivid Violet #9C3795
RGB
CMYK
RGB Variations
Color information
#9C3795 (or 0x9C3795) is known color: Vivid Violet. HEX triplet: 9C, 37 and 95. RGB value is (156,55,149). Sum of RGB (Red+Green+Blue) = 156+55+149=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3795 is #63C86A. Grayscale: #5F5F5F. Windows color (decimal): -6539371 or 9779100. OLE color: 9779100.
HSL color Cylindrical-coordinate representation of color #9C3795: hue angle of 304.16º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C3795 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 55 | 149 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.39 |
| HSL | 304.16º | 0.48% | 0.41% | - |
| HSV(B) | 304.16º | 0.65% | 0.61% | - |
| XYZ | 20.5 | 11.97 | 29.66 | - |
| YUV | 95.92 | 157.96 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 55 | 149 | 0 | 0.65 | 0.04 | 0.39 | 304.16 | 0.48 | 0.41 |
| Hex | 9C | 37 | 95 | 0 | 41 | 4 | 27 | 130 | 30 | 29 |
| Octal | 234 | 67 | 225 | 0 | 101 | 4 | 47 | 460 | 60 | 51 |
| Binary | 10011100 | 110111 | 10010101 | 0 | 1000001 | 100 | 100111 | 100110000 | 110000 | 101001 |
Color Harmonies of #9C3795
Complementary color
Monochromatic Colors of #9C3795
Black with #9C3795
Text Example
Text Example
White with #9C3795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3795; }
p { color: rgb(156,55,149); }
H1.HeaderClassName
{
color: #9C3795;
}
.AnyTagClassName
{
color: #9C3795;
}
</style>
background-color css
<style>
a { background-color: #9C3795; }
a { background-color: rgb(156,55,149); }
div.DivClassName
{
background-color: #9C3795;
}
.BgClassName
{
background-color: #9C3795;
}
</style>
border-color css
<style>
span { border-color: #9C3795; }
span { border-color: rgb(156,55,149); }
td.TdClassName
{
border-color: #9C3795;
}
.TagClassName
{
border-color: #9C3795;
}
</style>