Shades of Vivid Violet #9C3A9D
Tints of Vivid Violet #9C3A9D
RGB
CMYK
RGB Variations
Color information
#9C3A9D (or 0x9C3A9D) is known color: Vivid Violet. HEX triplet: 9C, 3A and 9D. RGB value is (156,58,157). Sum of RGB (Red+Green+Blue) = 156+58+157=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C3A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3A9D is #63C562. Grayscale: #626262. Windows color (decimal): -6538595 or 10304156. OLE color: 10304156.
HSL color Cylindrical-coordinate representation of color #9C3A9D: hue angle of 299.39º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C3A9D is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 58 | 157 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.38 |
| HSL | 299.39º | 0.46% | 0.42% | - |
| HSV(B) | 299.39º | 0.63% | 0.62% | - |
| XYZ | 21.31 | 12.53 | 33.19 | - |
| YUV | 98.59 | 160.97 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 58 | 157 | 0.01 | 0.63 | 0 | 0.38 | 299.39 | 0.46 | 0.42 |
| Hex | 9C | 3A | 9D | 1 | 3F | 0 | 26 | 12B | 2E | 2A |
| Octal | 234 | 72 | 235 | 1 | 77 | 0 | 46 | 453 | 56 | 52 |
| Binary | 10011100 | 111010 | 10011101 | 1 | 111111 | 0 | 100110 | 100101011 | 101110 | 101010 |
Color Harmonies of #9C3A9D
Complementary color
Monochromatic Colors of #9C3A9D
Black with #9C3A9D
Text Example
Text Example
White with #9C3A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3A9D; }
p { color: rgb(156,58,157); }
H1.HeaderClassName
{
color: #9C3A9D;
}
.AnyTagClassName
{
color: #9C3A9D;
}
</style>
background-color css
<style>
a { background-color: #9C3A9D; }
a { background-color: rgb(156,58,157); }
div.DivClassName
{
background-color: #9C3A9D;
}
.BgClassName
{
background-color: #9C3A9D;
}
</style>
border-color css
<style>
span { border-color: #9C3A9D; }
span { border-color: rgb(156,58,157); }
td.TdClassName
{
border-color: #9C3A9D;
}
.TagClassName
{
border-color: #9C3A9D;
}
</style>