Shades of Medium Red Violet #99437F
Tints of Medium Red Violet #99437F
RGB
CMYK
RGB Variations
Color information
#99437F (or 0x99437F) is known color: Medium Red Violet. HEX triplet: 99, 43 and 7F. RGB value is (153,67,127). Sum of RGB (Red+Green+Blue) = 153+67+127=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #99437F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99437F is #66BC80. Grayscale: #636363. Windows color (decimal): -6732929 or 8340377. OLE color: 8340377.
HSL color Cylindrical-coordinate representation of color #99437F: hue angle of 318.14º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99437F is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 127 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.4 |
| HSL | 318.14º | 0.39% | 0.43% | - |
| HSV(B) | 318.14º | 0.56% | 0.6% | - |
| XYZ | 18.97 | 12.32 | 21.46 | - |
| YUV | 99.55 | 143.49 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 127 | 0 | 0.56 | 0.17 | 0.4 | 318.14 | 0.39 | 0.43 |
| Hex | 99 | 43 | 7F | 0 | 38 | 11 | 28 | 13E | 27 | 2B |
| Octal | 231 | 103 | 177 | 0 | 70 | 21 | 50 | 476 | 47 | 53 |
| Binary | 10011001 | 1000011 | 1111111 | 0 | 111000 | 10001 | 101000 | 100111110 | 100111 | 101011 |
Color Harmonies of #99437F
Complementary color
Monochromatic Colors of #99437F
Black with #99437F
Text Example
Text Example
White with #99437F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99437F; }
p { color: rgb(153,67,127); }
H1.HeaderClassName
{
color: #99437F;
}
.AnyTagClassName
{
color: #99437F;
}
</style>
background-color css
<style>
a { background-color: #99437F; }
a { background-color: rgb(153,67,127); }
div.DivClassName
{
background-color: #99437F;
}
.BgClassName
{
background-color: #99437F;
}
</style>
border-color css
<style>
span { border-color: #99437F; }
span { border-color: rgb(153,67,127); }
td.TdClassName
{
border-color: #99437F;
}
.TagClassName
{
border-color: #99437F;
}
</style>