Shades of Medium Red Violet #9C3984
Tints of Medium Red Violet #9C3984
RGB
CMYK
RGB Variations
Color information
#9C3984 (or 0x9C3984) is known color: Medium Red Violet. HEX triplet: 9C, 39 and 84. RGB value is (156,57,132). Sum of RGB (Red+Green+Blue) = 156+57+132=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3984 is #63C67B. Grayscale: #5E5E5E. Windows color (decimal): -6538876 or 8665500. OLE color: 8665500.
HSL color Cylindrical-coordinate representation of color #9C3984: hue angle of 314.55º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C3984 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 57 | 132 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.39 |
| HSL | 314.55º | 0.46% | 0.42% | - |
| HSV(B) | 314.55º | 0.63% | 0.61% | - |
| XYZ | 19.34 | 11.66 | 23.06 | - |
| YUV | 95.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 57 | 132 | 0 | 0.63 | 0.15 | 0.39 | 314.55 | 0.46 | 0.42 |
| Hex | 9C | 39 | 84 | 0 | 3F | F | 27 | 13B | 2E | 2A |
| Octal | 234 | 71 | 204 | 0 | 77 | 17 | 47 | 473 | 56 | 52 |
| Binary | 10011100 | 111001 | 10000100 | 0 | 111111 | 1111 | 100111 | 100111011 | 101110 | 101010 |
Color Harmonies of #9C3984
Complementary color
Monochromatic Colors of #9C3984
Black with #9C3984
Text Example
Text Example
White with #9C3984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3984; }
p { color: rgb(156,57,132); }
H1.HeaderClassName
{
color: #9C3984;
}
.AnyTagClassName
{
color: #9C3984;
}
</style>
background-color css
<style>
a { background-color: #9C3984; }
a { background-color: rgb(156,57,132); }
div.DivClassName
{
background-color: #9C3984;
}
.BgClassName
{
background-color: #9C3984;
}
</style>
border-color css
<style>
span { border-color: #9C3984; }
span { border-color: rgb(156,57,132); }
td.TdClassName
{
border-color: #9C3984;
}
.TagClassName
{
border-color: #9C3984;
}
</style>