Shades of Vivid Violet #9C359C
Tints of Vivid Violet #9C359C
RGB
CMYK
RGB Variations
Color information
#9C359C (or 0x9C359C) is known color: Vivid Violet. HEX triplet: 9C, 35 and 9C. RGB value is (156,53,156). Sum of RGB (Red+Green+Blue) = 156+53+156=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: red, blue. Hex color #9C359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C359C is #63CA63. Grayscale: #5F5F5F. Windows color (decimal): -6539876 or 10237340. OLE color: 10237340.
HSL color Cylindrical-coordinate representation of color #9C359C: hue angle of 300º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C359C is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 53 | 156 | - |
| CMYK | 0 | 0.66 | 0 | 0.39 |
| HSL | 300º | 0.49% | 0.41% | - |
| HSV(B) | 300º | 0.66% | 0.61% | - |
| XYZ | 20.98 | 12.01 | 32.67 | - |
| YUV | 95.54 | 162.12 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 53 | 156 | 0 | 0.66 | 0 | 0.39 | 300 | 0.49 | 0.41 |
| Hex | 9C | 35 | 9C | 0 | 42 | 0 | 27 | 12C | 31 | 29 |
| Octal | 234 | 65 | 234 | 0 | 102 | 0 | 47 | 454 | 61 | 51 |
| Binary | 10011100 | 110101 | 10011100 | 0 | 1000010 | 0 | 100111 | 100101100 | 110001 | 101001 |
Color Harmonies of #9C359C
Complementary color
Monochromatic Colors of #9C359C
Black with #9C359C
Text Example
Text Example
White with #9C359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C359C; }
p { color: rgb(156,53,156); }
H1.HeaderClassName
{
color: #9C359C;
}
.AnyTagClassName
{
color: #9C359C;
}
</style>
background-color css
<style>
a { background-color: #9C359C; }
a { background-color: rgb(156,53,156); }
div.DivClassName
{
background-color: #9C359C;
}
.BgClassName
{
background-color: #9C359C;
}
</style>
border-color css
<style>
span { border-color: #9C359C; }
span { border-color: rgb(156,53,156); }
td.TdClassName
{
border-color: #9C359C;
}
.TagClassName
{
border-color: #9C359C;
}
</style>