Shades of Medium Red Violet #99427F
Tints of Medium Red Violet #99427F
RGB
CMYK
RGB Variations
Color information
#99427F (or 0x99427F) is known color: Medium Red Violet. HEX triplet: 99, 42 and 7F. RGB value is (153,66,127). Sum of RGB (Red+Green+Blue) = 153+66+127=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99427F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99427F is #66BD80. Grayscale: #626262. Windows color (decimal): -6733185 or 8340121. OLE color: 8340121.
HSL color Cylindrical-coordinate representation of color #99427F: hue angle of 317.93º 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 #99427F is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 127 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.4 |
| HSL | 317.93º | 0.4% | 0.43% | - |
| HSV(B) | 317.93º | 0.57% | 0.6% | - |
| XYZ | 18.92 | 12.2 | 21.44 | - |
| YUV | 98.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 127 | 0 | 0.57 | 0.17 | 0.4 | 317.93 | 0.4 | 0.43 |
| Hex | 99 | 42 | 7F | 0 | 39 | 11 | 28 | 13E | 28 | 2B |
| Octal | 231 | 102 | 177 | 0 | 71 | 21 | 50 | 476 | 50 | 53 |
| Binary | 10011001 | 1000010 | 1111111 | 0 | 111001 | 10001 | 101000 | 100111110 | 101000 | 101011 |
Color Harmonies of #99427F
Complementary color
Monochromatic Colors of #99427F
Black with #99427F
Text Example
Text Example
White with #99427F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99427F; }
p { color: rgb(153,66,127); }
H1.HeaderClassName
{
color: #99427F;
}
.AnyTagClassName
{
color: #99427F;
}
</style>
background-color css
<style>
a { background-color: #99427F; }
a { background-color: rgb(153,66,127); }
div.DivClassName
{
background-color: #99427F;
}
.BgClassName
{
background-color: #99427F;
}
</style>
border-color css
<style>
span { border-color: #99427F; }
span { border-color: rgb(153,66,127); }
td.TdClassName
{
border-color: #99427F;
}
.TagClassName
{
border-color: #99427F;
}
</style>