Shades of Medium Red Violet #99447D
Tints of Medium Red Violet #99447D
RGB
CMYK
RGB Variations
Color information
#99447D (or 0x99447D) is known color: Medium Red Violet. HEX triplet: 99, 44 and 7D. RGB value is (153,68,125). Sum of RGB (Red+Green+Blue) = 153+68+125=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99447D is #66BB82. Grayscale: #636363. Windows color (decimal): -6732675 or 8209561. OLE color: 8209561.
HSL color Cylindrical-coordinate representation of color #99447D: hue angle of 319.76º degrees, saturation: 0.38, 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 #99447D is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 125 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.4 |
| HSL | 319.76º | 0.38% | 0.43% | - |
| HSV(B) | 319.76º | 0.56% | 0.6% | - |
| XYZ | 18.91 | 12.39 | 20.8 | - |
| YUV | 99.91 | 142.16 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 125 | 0 | 0.56 | 0.18 | 0.4 | 319.76 | 0.38 | 0.43 |
| Hex | 99 | 44 | 7D | 0 | 38 | 12 | 28 | 140 | 26 | 2B |
| Octal | 231 | 104 | 175 | 0 | 70 | 22 | 50 | 500 | 46 | 53 |
| Binary | 10011001 | 1000100 | 1111101 | 0 | 111000 | 10010 | 101000 | 101000000 | 100110 | 101011 |
Color Harmonies of #99447D
Complementary color
Monochromatic Colors of #99447D
Black with #99447D
Text Example
Text Example
White with #99447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99447D; }
p { color: rgb(153,68,125); }
H1.HeaderClassName
{
color: #99447D;
}
.AnyTagClassName
{
color: #99447D;
}
</style>
background-color css
<style>
a { background-color: #99447D; }
a { background-color: rgb(153,68,125); }
div.DivClassName
{
background-color: #99447D;
}
.BgClassName
{
background-color: #99447D;
}
</style>
border-color css
<style>
span { border-color: #99447D; }
span { border-color: rgb(153,68,125); }
td.TdClassName
{
border-color: #99447D;
}
.TagClassName
{
border-color: #99447D;
}
</style>