Shades of Medium Red Violet #9C3D89
Tints of Medium Red Violet #9C3D89
RGB
CMYK
RGB Variations
Color information
#9C3D89 (or 0x9C3D89) is known color: Medium Red Violet. HEX triplet: 9C, 3D and 89. RGB value is (156,61,137). Sum of RGB (Red+Green+Blue) = 156+61+137=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3D89 is #63C276. Grayscale: #616161. Windows color (decimal): -6537847 or 8994204. OLE color: 8994204.
HSL color Cylindrical-coordinate representation of color #9C3D89: hue angle of 312º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C3D89 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 61 | 137 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.39 |
| HSL | 312º | 0.44% | 0.43% | - |
| HSV(B) | 312º | 0.61% | 0.61% | - |
| XYZ | 19.89 | 12.21 | 24.98 | - |
| YUV | 98.07 | 149.97 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 61 | 137 | 0 | 0.61 | 0.12 | 0.39 | 312 | 0.44 | 0.43 |
| Hex | 9C | 3D | 89 | 0 | 3D | C | 27 | 138 | 2C | 2B |
| Octal | 234 | 75 | 211 | 0 | 75 | 14 | 47 | 470 | 54 | 53 |
| Binary | 10011100 | 111101 | 10001001 | 0 | 111101 | 1100 | 100111 | 100111000 | 101100 | 101011 |
Color Harmonies of #9C3D89
Complementary color
Monochromatic Colors of #9C3D89
Black with #9C3D89
Text Example
Text Example
White with #9C3D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3D89; }
p { color: rgb(156,61,137); }
H1.HeaderClassName
{
color: #9C3D89;
}
.AnyTagClassName
{
color: #9C3D89;
}
</style>
background-color css
<style>
a { background-color: #9C3D89; }
a { background-color: rgb(156,61,137); }
div.DivClassName
{
background-color: #9C3D89;
}
.BgClassName
{
background-color: #9C3D89;
}
</style>
border-color css
<style>
span { border-color: #9C3D89; }
span { border-color: rgb(156,61,137); }
td.TdClassName
{
border-color: #9C3D89;
}
.TagClassName
{
border-color: #9C3D89;
}
</style>