Shades of Medium Red Violet #9C3F7E
Tints of Medium Red Violet #9C3F7E
RGB
CMYK
RGB Variations
Color information
#9C3F7E (or 0x9C3F7E) is known color: Medium Red Violet. HEX triplet: 9C, 3F and 7E. RGB value is (156,63,126). Sum of RGB (Red+Green+Blue) = 156+63+126=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3F7E is #63C081. Grayscale: #616161. Windows color (decimal): -6537346 or 8273820. OLE color: 8273820.
HSL color Cylindrical-coordinate representation of color #9C3F7E: hue angle of 319.35º degrees, saturation: 0.42, 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 #9C3F7E is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 63 | 126 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.39 |
| HSL | 319.35º | 0.42% | 0.43% | - |
| HSV(B) | 319.35º | 0.6% | 0.61% | - |
| XYZ | 19.25 | 12.13 | 21.07 | - |
| YUV | 97.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 63 | 126 | 0 | 0.60 | 0.19 | 0.39 | 319.35 | 0.42 | 0.43 |
| Hex | 9C | 3F | 7E | 0 | 3C | 13 | 27 | 13F | 2A | 2B |
| Octal | 234 | 77 | 176 | 0 | 74 | 23 | 47 | 477 | 52 | 53 |
| Binary | 10011100 | 111111 | 1111110 | 0 | 111100 | 10011 | 100111 | 100111111 | 101010 | 101011 |
Color Harmonies of #9C3F7E
Complementary color
Monochromatic Colors of #9C3F7E
Black with #9C3F7E
Text Example
Text Example
White with #9C3F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3F7E; }
p { color: rgb(156,63,126); }
H1.HeaderClassName
{
color: #9C3F7E;
}
.AnyTagClassName
{
color: #9C3F7E;
}
</style>
background-color css
<style>
a { background-color: #9C3F7E; }
a { background-color: rgb(156,63,126); }
div.DivClassName
{
background-color: #9C3F7E;
}
.BgClassName
{
background-color: #9C3F7E;
}
</style>
border-color css
<style>
span { border-color: #9C3F7E; }
span { border-color: rgb(156,63,126); }
td.TdClassName
{
border-color: #9C3F7E;
}
.TagClassName
{
border-color: #9C3F7E;
}
</style>