Shades of Medium Red Violet #99437D
Tints of Medium Red Violet #99437D
RGB
CMYK
RGB Variations
Color information
#99437D (or 0x99437D) is known color: Medium Red Violet. HEX triplet: 99, 43 and 7D. RGB value is (153,67,125). Sum of RGB (Red+Green+Blue) = 153+67+125=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99437D is #66BC82. Grayscale: #636363. Windows color (decimal): -6732931 or 8209305. OLE color: 8209305.
HSL color Cylindrical-coordinate representation of color #99437D: hue angle of 319.53º 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 #99437D is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 125 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.4 |
| HSL | 319.53º | 0.39% | 0.43% | - |
| HSV(B) | 319.53º | 0.56% | 0.6% | - |
| XYZ | 18.85 | 12.27 | 20.78 | - |
| YUV | 99.33 | 142.49 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 125 | 0 | 0.56 | 0.18 | 0.4 | 319.53 | 0.39 | 0.43 |
| Hex | 99 | 43 | 7D | 0 | 38 | 12 | 28 | 140 | 27 | 2B |
| Octal | 231 | 103 | 175 | 0 | 70 | 22 | 50 | 500 | 47 | 53 |
| Binary | 10011001 | 1000011 | 1111101 | 0 | 111000 | 10010 | 101000 | 101000000 | 100111 | 101011 |
Color Harmonies of #99437D
Complementary color
Monochromatic Colors of #99437D
Black with #99437D
Text Example
Text Example
White with #99437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99437D; }
p { color: rgb(153,67,125); }
H1.HeaderClassName
{
color: #99437D;
}
.AnyTagClassName
{
color: #99437D;
}
</style>
background-color css
<style>
a { background-color: #99437D; }
a { background-color: rgb(153,67,125); }
div.DivClassName
{
background-color: #99437D;
}
.BgClassName
{
background-color: #99437D;
}
</style>
border-color css
<style>
span { border-color: #99437D; }
span { border-color: rgb(153,67,125); }
td.TdClassName
{
border-color: #99437D;
}
.TagClassName
{
border-color: #99437D;
}
</style>