Shades of Medium Red Violet #9C4281
Tints of Medium Red Violet #9C4281
RGB
CMYK
RGB Variations
Color information
#9C4281 (or 0x9C4281) is known color: Medium Red Violet. HEX triplet: 9C, 42 and 81. RGB value is (156,66,129). Sum of RGB (Red+Green+Blue) = 156+66+129=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4281 is #63BD7E. Grayscale: #636363. Windows color (decimal): -6536575 or 8471196. OLE color: 8471196.
HSL color Cylindrical-coordinate representation of color #9C4281: hue angle of 318º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C4281 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 66 | 129 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.39 |
| HSL | 318º | 0.41% | 0.44% | - |
| HSV(B) | 318º | 0.58% | 0.61% | - |
| XYZ | 19.62 | 12.55 | 22.16 | - |
| YUV | 100.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 66 | 129 | 0 | 0.58 | 0.17 | 0.39 | 318 | 0.41 | 0.44 |
| Hex | 9C | 42 | 81 | 0 | 3A | 11 | 27 | 13E | 29 | 2C |
| Octal | 234 | 102 | 201 | 0 | 72 | 21 | 47 | 476 | 51 | 54 |
| Binary | 10011100 | 1000010 | 10000001 | 0 | 111010 | 10001 | 100111 | 100111110 | 101001 | 101100 |
Color Harmonies of #9C4281
Complementary color
Monochromatic Colors of #9C4281
Black with #9C4281
Text Example
Text Example
White with #9C4281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4281; }
p { color: rgb(156,66,129); }
H1.HeaderClassName
{
color: #9C4281;
}
.AnyTagClassName
{
color: #9C4281;
}
</style>
background-color css
<style>
a { background-color: #9C4281; }
a { background-color: rgb(156,66,129); }
div.DivClassName
{
background-color: #9C4281;
}
.BgClassName
{
background-color: #9C4281;
}
</style>
border-color css
<style>
span { border-color: #9C4281; }
span { border-color: rgb(156,66,129); }
td.TdClassName
{
border-color: #9C4281;
}
.TagClassName
{
border-color: #9C4281;
}
</style>