Shades of Medium Red Violet #9C4581
Tints of Medium Red Violet #9C4581
RGB
CMYK
RGB Variations
Color information
#9C4581 (or 0x9C4581) is known color: Medium Red Violet. HEX triplet: 9C, 45 and 81. RGB value is (156,69,129). Sum of RGB (Red+Green+Blue) = 156+69+129=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4581 is #63BA7E. Grayscale: #656565. Windows color (decimal): -6535807 or 8471964. OLE color: 8471964.
HSL color Cylindrical-coordinate representation of color #9C4581: hue angle of 318.62º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C4581 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 69 | 129 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.39 |
| HSL | 318.62º | 0.39% | 0.44% | - |
| HSV(B) | 318.62º | 0.56% | 0.61% | - |
| XYZ | 19.8 | 12.91 | 22.22 | - |
| YUV | 101.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 69 | 129 | 0 | 0.56 | 0.17 | 0.39 | 318.62 | 0.39 | 0.44 |
| Hex | 9C | 45 | 81 | 0 | 38 | 11 | 27 | 13F | 27 | 2C |
| Octal | 234 | 105 | 201 | 0 | 70 | 21 | 47 | 477 | 47 | 54 |
| Binary | 10011100 | 1000101 | 10000001 | 0 | 111000 | 10001 | 100111 | 100111111 | 100111 | 101100 |
Color Harmonies of #9C4581
Complementary color
Monochromatic Colors of #9C4581
Black with #9C4581
Text Example
Text Example
White with #9C4581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4581; }
p { color: rgb(156,69,129); }
H1.HeaderClassName
{
color: #9C4581;
}
.AnyTagClassName
{
color: #9C4581;
}
</style>
background-color css
<style>
a { background-color: #9C4581; }
a { background-color: rgb(156,69,129); }
div.DivClassName
{
background-color: #9C4581;
}
.BgClassName
{
background-color: #9C4581;
}
</style>
border-color css
<style>
span { border-color: #9C4581; }
span { border-color: rgb(156,69,129); }
td.TdClassName
{
border-color: #9C4581;
}
.TagClassName
{
border-color: #9C4581;
}
</style>