Shades of Medium Red Violet #9C3881
Tints of Medium Red Violet #9C3881
RGB
CMYK
RGB Variations
Color information
#9C3881 (or 0x9C3881) is known color: Medium Red Violet. HEX triplet: 9C, 38 and 81. RGB value is (156,56,129). Sum of RGB (Red+Green+Blue) = 156+56+129=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3881 is #63C77E. Grayscale: #5E5E5E. Windows color (decimal): -6539135 or 8468636. OLE color: 8468636.
HSL color Cylindrical-coordinate representation of color #9C3881: hue angle of 316.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C3881 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 56 | 129 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.39 |
| HSL | 316.2º | 0.47% | 0.42% | - |
| HSV(B) | 316.2º | 0.64% | 0.61% | - |
| XYZ | 19.09 | 11.48 | 21.98 | - |
| YUV | 94.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 56 | 129 | 0 | 0.64 | 0.17 | 0.39 | 316.2 | 0.47 | 0.42 |
| Hex | 9C | 38 | 81 | 0 | 40 | 11 | 27 | 13C | 2F | 2A |
| Octal | 234 | 70 | 201 | 0 | 100 | 21 | 47 | 474 | 57 | 52 |
| Binary | 10011100 | 111000 | 10000001 | 0 | 1000000 | 10001 | 100111 | 100111100 | 101111 | 101010 |
Color Harmonies of #9C3881
Complementary color
Monochromatic Colors of #9C3881
Black with #9C3881
Text Example
Text Example
White with #9C3881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3881; }
p { color: rgb(156,56,129); }
H1.HeaderClassName
{
color: #9C3881;
}
.AnyTagClassName
{
color: #9C3881;
}
</style>
background-color css
<style>
a { background-color: #9C3881; }
a { background-color: rgb(156,56,129); }
div.DivClassName
{
background-color: #9C3881;
}
.BgClassName
{
background-color: #9C3881;
}
</style>
border-color css
<style>
span { border-color: #9C3881; }
span { border-color: rgb(156,56,129); }
td.TdClassName
{
border-color: #9C3881;
}
.TagClassName
{
border-color: #9C3881;
}
</style>