Shades of Vivid Violet #9C378F
Tints of Vivid Violet #9C378F
RGB
CMYK
RGB Variations
Color information
#9C378F (or 0x9C378F) is known color: Vivid Violet. HEX triplet: 9C, 37 and 8F. RGB value is (156,55,143). Sum of RGB (Red+Green+Blue) = 156+55+143=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C378F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C378F is #63C870. Grayscale: #5E5E5E. Windows color (decimal): -6539377 or 9385884. OLE color: 9385884.
HSL color Cylindrical-coordinate representation of color #9C378F: hue angle of 307.72º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C378F is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 55 | 143 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.39 |
| HSL | 307.72º | 0.48% | 0.41% | - |
| HSV(B) | 307.72º | 0.65% | 0.61% | - |
| XYZ | 20.03 | 11.78 | 27.21 | - |
| YUV | 95.23 | 154.96 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 55 | 143 | 0 | 0.65 | 0.08 | 0.39 | 307.72 | 0.48 | 0.41 |
| Hex | 9C | 37 | 8F | 0 | 41 | 8 | 27 | 134 | 30 | 29 |
| Octal | 234 | 67 | 217 | 0 | 101 | 10 | 47 | 464 | 60 | 51 |
| Binary | 10011100 | 110111 | 10001111 | 0 | 1000001 | 1000 | 100111 | 100110100 | 110000 | 101001 |
Color Harmonies of #9C378F
Complementary color
Monochromatic Colors of #9C378F
Black with #9C378F
Text Example
Text Example
White with #9C378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C378F; }
p { color: rgb(156,55,143); }
H1.HeaderClassName
{
color: #9C378F;
}
.AnyTagClassName
{
color: #9C378F;
}
</style>
background-color css
<style>
a { background-color: #9C378F; }
a { background-color: rgb(156,55,143); }
div.DivClassName
{
background-color: #9C378F;
}
.BgClassName
{
background-color: #9C378F;
}
</style>
border-color css
<style>
span { border-color: #9C378F; }
span { border-color: rgb(156,55,143); }
td.TdClassName
{
border-color: #9C378F;
}
.TagClassName
{
border-color: #9C378F;
}
</style>