Shades of Vivid Violet #9C3C93
Tints of Vivid Violet #9C3C93
RGB
CMYK
RGB Variations
Color information
#9C3C93 (or 0x9C3C93) is known color: Vivid Violet. HEX triplet: 9C, 3C and 93. RGB value is (156,60,147). Sum of RGB (Red+Green+Blue) = 156+60+147=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3C93 is #63C36C. Grayscale: #626262. Windows color (decimal): -6538093 or 9649308. OLE color: 9649308.
HSL color Cylindrical-coordinate representation of color #9C3C93: hue angle of 305.62º 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 #9C3C93 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 60 | 147 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.39 |
| HSL | 305.63º | 0.44% | 0.42% | - |
| HSV(B) | 305.63º | 0.62% | 0.61% | - |
| XYZ | 20.59 | 12.41 | 28.91 | - |
| YUV | 98.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 60 | 147 | 0 | 0.62 | 0.06 | 0.39 | 305.63 | 0.44 | 0.42 |
| Hex | 9C | 3C | 93 | 0 | 3E | 6 | 27 | 132 | 2C | 2A |
| Octal | 234 | 74 | 223 | 0 | 76 | 6 | 47 | 462 | 54 | 52 |
| Binary | 10011100 | 111100 | 10010011 | 0 | 111110 | 110 | 100111 | 100110010 | 101100 | 101010 |
Color Harmonies of #9C3C93
Complementary color
Monochromatic Colors of #9C3C93
Black with #9C3C93
Text Example
Text Example
White with #9C3C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3C93; }
p { color: rgb(156,60,147); }
H1.HeaderClassName
{
color: #9C3C93;
}
.AnyTagClassName
{
color: #9C3C93;
}
</style>
background-color css
<style>
a { background-color: #9C3C93; }
a { background-color: rgb(156,60,147); }
div.DivClassName
{
background-color: #9C3C93;
}
.BgClassName
{
background-color: #9C3C93;
}
</style>
border-color css
<style>
span { border-color: #9C3C93; }
span { border-color: rgb(156,60,147); }
td.TdClassName
{
border-color: #9C3C93;
}
.TagClassName
{
border-color: #9C3C93;
}
</style>