Shades of Vivid Violet #9C3B9B
Tints of Vivid Violet #9C3B9B
RGB
CMYK
RGB Variations
Color information
#9C3B9B (or 0x9C3B9B) is known color: Vivid Violet. HEX triplet: 9C, 3B and 9B. RGB value is (156,59,155). Sum of RGB (Red+Green+Blue) = 156+59+155=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3B9B is #63C464. Grayscale: #626262. Windows color (decimal): -6538341 or 10173340. OLE color: 10173340.
HSL color Cylindrical-coordinate representation of color #9C3B9B: hue angle of 300.62º 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 #9C3B9B is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 59 | 155 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.39 |
| HSL | 300.62º | 0.45% | 0.42% | - |
| HSV(B) | 300.62º | 0.62% | 0.61% | - |
| XYZ | 21.19 | 12.56 | 32.32 | - |
| YUV | 98.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 59 | 155 | 0 | 0.62 | 0.01 | 0.39 | 300.62 | 0.45 | 0.42 |
| Hex | 9C | 3B | 9B | 0 | 3E | 1 | 27 | 12D | 2D | 2A |
| Octal | 234 | 73 | 233 | 0 | 76 | 1 | 47 | 455 | 55 | 52 |
| Binary | 10011100 | 111011 | 10011011 | 0 | 111110 | 1 | 100111 | 100101101 | 101101 | 101010 |
Color Harmonies of #9C3B9B
Complementary color
Monochromatic Colors of #9C3B9B
Black with #9C3B9B
Text Example
Text Example
White with #9C3B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3B9B; }
p { color: rgb(156,59,155); }
H1.HeaderClassName
{
color: #9C3B9B;
}
.AnyTagClassName
{
color: #9C3B9B;
}
</style>
background-color css
<style>
a { background-color: #9C3B9B; }
a { background-color: rgb(156,59,155); }
div.DivClassName
{
background-color: #9C3B9B;
}
.BgClassName
{
background-color: #9C3B9B;
}
</style>
border-color css
<style>
span { border-color: #9C3B9B; }
span { border-color: rgb(156,59,155); }
td.TdClassName
{
border-color: #9C3B9B;
}
.TagClassName
{
border-color: #9C3B9B;
}
</style>