Shades of Medium Red Violet #98417F
Tints of Medium Red Violet #98417F
RGB
CMYK
RGB Variations
Color information
#98417F (or 0x98417F) is known color: Medium Red Violet. HEX triplet: 98, 41 and 7F. RGB value is (152,65,127). Sum of RGB (Red+Green+Blue) = 152+65+127=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #98417F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98417F is #67BE80. Grayscale: #616161. Windows color (decimal): -6798977 or 8339864. OLE color: 8339864.
HSL color Cylindrical-coordinate representation of color #98417F: hue angle of 317.24º 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 #98417F is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 65 | 127 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.40 |
| HSL | 317.24º | 0.4% | 0.43% | - |
| HSV(B) | 317.24º | 0.57% | 0.6% | - |
| XYZ | 18.67 | 11.99 | 21.41 | - |
| YUV | 98.08 | 144.32 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 65 | 127 | 0 | 0.57 | 0.16 | 0.40 | 317.24 | 0.4 | 0.43 |
| Hex | 98 | 41 | 7F | 0 | 39 | 10 | 28 | 13D | 28 | 2B |
| Octal | 230 | 101 | 177 | 0 | 71 | 20 | 50 | 475 | 50 | 53 |
| Binary | 10011000 | 1000001 | 1111111 | 0 | 111001 | 10000 | 101000 | 100111101 | 101000 | 101011 |
Color Harmonies of #98417F
Complementary color
Monochromatic Colors of #98417F
Black with #98417F
Text Example
Text Example
White with #98417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98417F; }
p { color: rgb(152,65,127); }
H1.HeaderClassName
{
color: #98417F;
}
.AnyTagClassName
{
color: #98417F;
}
</style>
background-color css
<style>
a { background-color: #98417F; }
a { background-color: rgb(152,65,127); }
div.DivClassName
{
background-color: #98417F;
}
.BgClassName
{
background-color: #98417F;
}
</style>
border-color css
<style>
span { border-color: #98417F; }
span { border-color: rgb(152,65,127); }
td.TdClassName
{
border-color: #98417F;
}
.TagClassName
{
border-color: #98417F;
}
</style>