Shades of Medium Red Violet #98417B
Tints of Medium Red Violet #98417B
RGB
CMYK
RGB Variations
Color information
#98417B (or 0x98417B) is known color: Medium Red Violet. HEX triplet: 98, 41 and 7B. RGB value is (152,65,123). Sum of RGB (Red+Green+Blue) = 152+65+123=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #98417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98417B is #67BE84. Grayscale: #616161. Windows color (decimal): -6798981 or 8077720. OLE color: 8077720.
HSL color Cylindrical-coordinate representation of color #98417B: hue angle of 320º 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 #98417B is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 65 | 123 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.40 |
| HSL | 320º | 0.4% | 0.43% | - |
| HSV(B) | 320º | 0.57% | 0.6% | - |
| XYZ | 18.41 | 11.89 | 20.06 | - |
| YUV | 97.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 65 | 123 | 0 | 0.57 | 0.19 | 0.40 | 320 | 0.4 | 0.43 |
| Hex | 98 | 41 | 7B | 0 | 39 | 13 | 28 | 140 | 28 | 2B |
| Octal | 230 | 101 | 173 | 0 | 71 | 23 | 50 | 500 | 50 | 53 |
| Binary | 10011000 | 1000001 | 1111011 | 0 | 111001 | 10011 | 101000 | 101000000 | 101000 | 101011 |
Color Harmonies of #98417B
Complementary color
Monochromatic Colors of #98417B
Black with #98417B
Text Example
Text Example
White with #98417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98417B; }
p { color: rgb(152,65,123); }
H1.HeaderClassName
{
color: #98417B;
}
.AnyTagClassName
{
color: #98417B;
}
</style>
background-color css
<style>
a { background-color: #98417B; }
a { background-color: rgb(152,65,123); }
div.DivClassName
{
background-color: #98417B;
}
.BgClassName
{
background-color: #98417B;
}
</style>
border-color css
<style>
span { border-color: #98417B; }
span { border-color: rgb(152,65,123); }
td.TdClassName
{
border-color: #98417B;
}
.TagClassName
{
border-color: #98417B;
}
</style>