Shades of Medium Red Violet #9C4080
Tints of Medium Red Violet #9C4080
RGB
CMYK
RGB Variations
Color information
#9C4080 (or 0x9C4080) is known color: Medium Red Violet. HEX triplet: 9C, 40 and 80. RGB value is (156,64,128). Sum of RGB (Red+Green+Blue) = 156+64+128=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4080 is #63BF7F. Grayscale: #626262. Windows color (decimal): -6537088 or 8405148. OLE color: 8405148.
HSL color Cylindrical-coordinate representation of color #9C4080: hue angle of 318.26º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C4080 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 64 | 128 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.39 |
| HSL | 318.26º | 0.42% | 0.43% | - |
| HSV(B) | 318.26º | 0.59% | 0.61% | - |
| XYZ | 19.44 | 12.29 | 21.77 | - |
| YUV | 98.8 | 144.48 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 64 | 128 | 0 | 0.59 | 0.18 | 0.39 | 318.26 | 0.42 | 0.43 |
| Hex | 9C | 40 | 80 | 0 | 3B | 12 | 27 | 13E | 2A | 2B |
| Octal | 234 | 100 | 200 | 0 | 73 | 22 | 47 | 476 | 52 | 53 |
| Binary | 10011100 | 1000000 | 10000000 | 0 | 111011 | 10010 | 100111 | 100111110 | 101010 | 101011 |
Color Harmonies of #9C4080
Complementary color
Monochromatic Colors of #9C4080
Black with #9C4080
Text Example
Text Example
White with #9C4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4080; }
p { color: rgb(156,64,128); }
H1.HeaderClassName
{
color: #9C4080;
}
.AnyTagClassName
{
color: #9C4080;
}
</style>
background-color css
<style>
a { background-color: #9C4080; }
a { background-color: rgb(156,64,128); }
div.DivClassName
{
background-color: #9C4080;
}
.BgClassName
{
background-color: #9C4080;
}
</style>
border-color css
<style>
span { border-color: #9C4080; }
span { border-color: rgb(156,64,128); }
td.TdClassName
{
border-color: #9C4080;
}
.TagClassName
{
border-color: #9C4080;
}
</style>