Shades of Vivid Violet #9C3396
Tints of Vivid Violet #9C3396
RGB
CMYK
RGB Variations
Color information
#9C3396 (or 0x9C3396) is known color: Vivid Violet. HEX triplet: 9C, 33 and 96. RGB value is (156,51,150). Sum of RGB (Red+Green+Blue) = 156+51+150=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3396 is #63CC69. Grayscale: #5D5D5D. Windows color (decimal): -6540394 or 9843612. OLE color: 9843612.
HSL color Cylindrical-coordinate representation of color #9C3396: hue angle of 303.43º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C3396 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 51 | 150 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.39 |
| HSL | 303.43º | 0.51% | 0.41% | - |
| HSV(B) | 303.43º | 0.67% | 0.61% | - |
| XYZ | 20.4 | 11.64 | 30.03 | - |
| YUV | 93.68 | 159.79 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 51 | 150 | 0 | 0.67 | 0.04 | 0.39 | 303.43 | 0.51 | 0.41 |
| Hex | 9C | 33 | 96 | 0 | 43 | 4 | 27 | 12F | 33 | 29 |
| Octal | 234 | 63 | 226 | 0 | 103 | 4 | 47 | 457 | 63 | 51 |
| Binary | 10011100 | 110011 | 10010110 | 0 | 1000011 | 100 | 100111 | 100101111 | 110011 | 101001 |
Color Harmonies of #9C3396
Complementary color
Monochromatic Colors of #9C3396
Black with #9C3396
Text Example
Text Example
White with #9C3396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3396; }
p { color: rgb(156,51,150); }
H1.HeaderClassName
{
color: #9C3396;
}
.AnyTagClassName
{
color: #9C3396;
}
</style>
background-color css
<style>
a { background-color: #9C3396; }
a { background-color: rgb(156,51,150); }
div.DivClassName
{
background-color: #9C3396;
}
.BgClassName
{
background-color: #9C3396;
}
</style>
border-color css
<style>
span { border-color: #9C3396; }
span { border-color: rgb(156,51,150); }
td.TdClassName
{
border-color: #9C3396;
}
.TagClassName
{
border-color: #9C3396;
}
</style>