Shades of Medium Red Violet #98427C
Tints of Medium Red Violet #98427C
RGB
CMYK
RGB Variations
Color information
#98427C (or 0x98427C) is known color: Medium Red Violet. HEX triplet: 98, 42 and 7C. RGB value is (152,66,124). Sum of RGB (Red+Green+Blue) = 152+66+124=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #98427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98427C is #67BD83. Grayscale: #626262. Windows color (decimal): -6798724 or 8143512. OLE color: 8143512.
HSL color Cylindrical-coordinate representation of color #98427C: hue angle of 319.53º degrees, saturation: 0.39, 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 #98427C is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 66 | 124 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.40 |
| HSL | 319.53º | 0.39% | 0.43% | - |
| HSV(B) | 319.53º | 0.57% | 0.6% | - |
| XYZ | 18.54 | 12.03 | 20.41 | - |
| YUV | 98.33 | 142.49 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 66 | 124 | 0 | 0.57 | 0.18 | 0.40 | 319.53 | 0.39 | 0.43 |
| Hex | 98 | 42 | 7C | 0 | 39 | 12 | 28 | 140 | 27 | 2B |
| Octal | 230 | 102 | 174 | 0 | 71 | 22 | 50 | 500 | 47 | 53 |
| Binary | 10011000 | 1000010 | 1111100 | 0 | 111001 | 10010 | 101000 | 101000000 | 100111 | 101011 |
Color Harmonies of #98427C
Complementary color
Monochromatic Colors of #98427C
Black with #98427C
Text Example
Text Example
White with #98427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98427C; }
p { color: rgb(152,66,124); }
H1.HeaderClassName
{
color: #98427C;
}
.AnyTagClassName
{
color: #98427C;
}
</style>
background-color css
<style>
a { background-color: #98427C; }
a { background-color: rgb(152,66,124); }
div.DivClassName
{
background-color: #98427C;
}
.BgClassName
{
background-color: #98427C;
}
</style>
border-color css
<style>
span { border-color: #98427C; }
span { border-color: rgb(152,66,124); }
td.TdClassName
{
border-color: #98427C;
}
.TagClassName
{
border-color: #98427C;
}
</style>