Shades of Medium Red Violet #99427E
Tints of Medium Red Violet #99427E
RGB
CMYK
RGB Variations
Color information
#99427E (or 0x99427E) is known color: Medium Red Violet. HEX triplet: 99, 42 and 7E. RGB value is (153,66,126). Sum of RGB (Red+Green+Blue) = 153+66+126=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99427E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99427E is #66BD81. Grayscale: #626262. Windows color (decimal): -6733186 or 8274585. OLE color: 8274585.
HSL color Cylindrical-coordinate representation of color #99427E: hue angle of 318.62º 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 #99427E is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 126 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.4 |
| HSL | 318.62º | 0.4% | 0.43% | - |
| HSV(B) | 318.62º | 0.57% | 0.6% | - |
| XYZ | 18.85 | 12.18 | 21.1 | - |
| YUV | 98.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 126 | 0 | 0.57 | 0.18 | 0.4 | 318.62 | 0.4 | 0.43 |
| Hex | 99 | 42 | 7E | 0 | 39 | 12 | 28 | 13F | 28 | 2B |
| Octal | 231 | 102 | 176 | 0 | 71 | 22 | 50 | 477 | 50 | 53 |
| Binary | 10011001 | 1000010 | 1111110 | 0 | 111001 | 10010 | 101000 | 100111111 | 101000 | 101011 |
Color Harmonies of #99427E
Complementary color
Monochromatic Colors of #99427E
Black with #99427E
Text Example
Text Example
White with #99427E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99427E; }
p { color: rgb(153,66,126); }
H1.HeaderClassName
{
color: #99427E;
}
.AnyTagClassName
{
color: #99427E;
}
</style>
background-color css
<style>
a { background-color: #99427E; }
a { background-color: rgb(153,66,126); }
div.DivClassName
{
background-color: #99427E;
}
.BgClassName
{
background-color: #99427E;
}
</style>
border-color css
<style>
span { border-color: #99427E; }
span { border-color: rgb(153,66,126); }
td.TdClassName
{
border-color: #99427E;
}
.TagClassName
{
border-color: #99427E;
}
</style>