Shades of Medium Red Violet #9C4088
Tints of Medium Red Violet #9C4088
RGB
CMYK
RGB Variations
Color information
#9C4088 (or 0x9C4088) is known color: Medium Red Violet. HEX triplet: 9C, 40 and 88. RGB value is (156,64,136). Sum of RGB (Red+Green+Blue) = 156+64+136=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4088 is #63BF77. Grayscale: #636363. Windows color (decimal): -6537080 or 8929436. OLE color: 8929436.
HSL color Cylindrical-coordinate representation of color #9C4088: hue angle of 313.04º 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 #9C4088 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 64 | 136 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.39 |
| HSL | 313.04º | 0.42% | 0.43% | - |
| HSV(B) | 313.04º | 0.59% | 0.61% | - |
| XYZ | 19.99 | 12.51 | 24.65 | - |
| YUV | 99.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 64 | 136 | 0 | 0.59 | 0.13 | 0.39 | 313.04 | 0.42 | 0.43 |
| Hex | 9C | 40 | 88 | 0 | 3B | D | 27 | 139 | 2A | 2B |
| Octal | 234 | 100 | 210 | 0 | 73 | 15 | 47 | 471 | 52 | 53 |
| Binary | 10011100 | 1000000 | 10001000 | 0 | 111011 | 1101 | 100111 | 100111001 | 101010 | 101011 |
Color Harmonies of #9C4088
Complementary color
Monochromatic Colors of #9C4088
Black with #9C4088
Text Example
Text Example
White with #9C4088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4088; }
p { color: rgb(156,64,136); }
H1.HeaderClassName
{
color: #9C4088;
}
.AnyTagClassName
{
color: #9C4088;
}
</style>
background-color css
<style>
a { background-color: #9C4088; }
a { background-color: rgb(156,64,136); }
div.DivClassName
{
background-color: #9C4088;
}
.BgClassName
{
background-color: #9C4088;
}
</style>
border-color css
<style>
span { border-color: #9C4088; }
span { border-color: rgb(156,64,136); }
td.TdClassName
{
border-color: #9C4088;
}
.TagClassName
{
border-color: #9C4088;
}
</style>