Shades of Medium Red Violet #99427D
Tints of Medium Red Violet #99427D
RGB
CMYK
RGB Variations
Color information
#99427D (or 0x99427D) is known color: Medium Red Violet. HEX triplet: 99, 42 and 7D. RGB value is (153,66,125). Sum of RGB (Red+Green+Blue) = 153+66+125=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #99427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99427D is #66BD82. Grayscale: #626262. Windows color (decimal): -6733187 or 8209049. OLE color: 8209049.
HSL color Cylindrical-coordinate representation of color #99427D: hue angle of 319.31º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99427D is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 125 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.4 |
| HSL | 319.31º | 0.4% | 0.43% | - |
| HSV(B) | 319.31º | 0.57% | 0.6% | - |
| XYZ | 18.79 | 12.15 | 20.76 | - |
| YUV | 98.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 125 | 0 | 0.57 | 0.18 | 0.4 | 319.31 | 0.4 | 0.43 |
| Hex | 99 | 42 | 7D | 0 | 39 | 12 | 28 | 13F | 28 | 2B |
| Octal | 231 | 102 | 175 | 0 | 71 | 22 | 50 | 477 | 50 | 53 |
| Binary | 10011001 | 1000010 | 1111101 | 0 | 111001 | 10010 | 101000 | 100111111 | 101000 | 101011 |
Color Harmonies of #99427D
Complementary color
Monochromatic Colors of #99427D
Black with #99427D
Text Example
Text Example
White with #99427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99427D; }
p { color: rgb(153,66,125); }
H1.HeaderClassName
{
color: #99427D;
}
.AnyTagClassName
{
color: #99427D;
}
</style>
background-color css
<style>
a { background-color: #99427D; }
a { background-color: rgb(153,66,125); }
div.DivClassName
{
background-color: #99427D;
}
.BgClassName
{
background-color: #99427D;
}
</style>
border-color css
<style>
span { border-color: #99427D; }
span { border-color: rgb(153,66,125); }
td.TdClassName
{
border-color: #99427D;
}
.TagClassName
{
border-color: #99427D;
}
</style>