Shades of Vivid Violet #9C3793
Tints of Vivid Violet #9C3793
RGB
CMYK
RGB Variations
Color information
#9C3793 (or 0x9C3793) is known color: Vivid Violet. HEX triplet: 9C, 37 and 93. RGB value is (156,55,147). Sum of RGB (Red+Green+Blue) = 156+55+147=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3793 is #63C86C. Grayscale: #5F5F5F. Windows color (decimal): -6539373 or 9648028. OLE color: 9648028.
HSL color Cylindrical-coordinate representation of color #9C3793: hue angle of 305.35º 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 #9C3793 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 55 | 147 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.39 |
| HSL | 305.35º | 0.48% | 0.41% | - |
| HSV(B) | 305.35º | 0.65% | 0.61% | - |
| XYZ | 20.34 | 11.91 | 28.83 | - |
| YUV | 95.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 55 | 147 | 0 | 0.65 | 0.06 | 0.39 | 305.35 | 0.48 | 0.41 |
| Hex | 9C | 37 | 93 | 0 | 41 | 6 | 27 | 131 | 30 | 29 |
| Octal | 234 | 67 | 223 | 0 | 101 | 6 | 47 | 461 | 60 | 51 |
| Binary | 10011100 | 110111 | 10010011 | 0 | 1000001 | 110 | 100111 | 100110001 | 110000 | 101001 |
Color Harmonies of #9C3793
Complementary color
Monochromatic Colors of #9C3793
Black with #9C3793
Text Example
Text Example
White with #9C3793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3793; }
p { color: rgb(156,55,147); }
H1.HeaderClassName
{
color: #9C3793;
}
.AnyTagClassName
{
color: #9C3793;
}
</style>
background-color css
<style>
a { background-color: #9C3793; }
a { background-color: rgb(156,55,147); }
div.DivClassName
{
background-color: #9C3793;
}
.BgClassName
{
background-color: #9C3793;
}
</style>
border-color css
<style>
span { border-color: #9C3793; }
span { border-color: rgb(156,55,147); }
td.TdClassName
{
border-color: #9C3793;
}
.TagClassName
{
border-color: #9C3793;
}
</style>