Shades of Medium Red Violet #9C3E8C
Tints of Medium Red Violet #9C3E8C
RGB
CMYK
RGB Variations
Color information
#9C3E8C (or 0x9C3E8C) is known color: Medium Red Violet. HEX triplet: 9C, 3E and 8C. RGB value is (156,62,140). Sum of RGB (Red+Green+Blue) = 156+62+140=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3E8C is #63C173. Grayscale: #626262. Windows color (decimal): -6537588 or 9191068. OLE color: 9191068.
HSL color Cylindrical-coordinate representation of color #9C3E8C: hue angle of 310.21º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C3E8C is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 62 | 140 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.39 |
| HSL | 310.21º | 0.43% | 0.43% | - |
| HSV(B) | 310.21º | 0.6% | 0.61% | - |
| XYZ | 20.17 | 12.41 | 26.14 | - |
| YUV | 99 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 62 | 140 | 0 | 0.60 | 0.10 | 0.39 | 310.21 | 0.43 | 0.43 |
| Hex | 9C | 3E | 8C | 0 | 3C | A | 27 | 136 | 2B | 2B |
| Octal | 234 | 76 | 214 | 0 | 74 | 12 | 47 | 466 | 53 | 53 |
| Binary | 10011100 | 111110 | 10001100 | 0 | 111100 | 1010 | 100111 | 100110110 | 101011 | 101011 |
Color Harmonies of #9C3E8C
Complementary color
Monochromatic Colors of #9C3E8C
Black with #9C3E8C
Text Example
Text Example
White with #9C3E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3E8C; }
p { color: rgb(156,62,140); }
H1.HeaderClassName
{
color: #9C3E8C;
}
.AnyTagClassName
{
color: #9C3E8C;
}
</style>
background-color css
<style>
a { background-color: #9C3E8C; }
a { background-color: rgb(156,62,140); }
div.DivClassName
{
background-color: #9C3E8C;
}
.BgClassName
{
background-color: #9C3E8C;
}
</style>
border-color css
<style>
span { border-color: #9C3E8C; }
span { border-color: rgb(156,62,140); }
td.TdClassName
{
border-color: #9C3E8C;
}
.TagClassName
{
border-color: #9C3E8C;
}
</style>