Shades of Medium Red Violet #984181
Tints of Medium Red Violet #984181
RGB
CMYK
RGB Variations
Color information
#984181 (or 0x984181) is known color: Medium Red Violet. HEX triplet: 98, 41 and 81. RGB value is (152,65,129). Sum of RGB (Red+Green+Blue) = 152+65+129=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #984181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984181 is #67BE7E. Grayscale: #626262. Windows color (decimal): -6798975 or 8470936. OLE color: 8470936.
HSL color Cylindrical-coordinate representation of color #984181: hue angle of 315.86º 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 #984181 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 65 | 129 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.40 |
| HSL | 315.86º | 0.4% | 0.43% | - |
| HSV(B) | 315.86º | 0.57% | 0.6% | - |
| XYZ | 18.8 | 12.04 | 22.1 | - |
| YUV | 98.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 65 | 129 | 0 | 0.57 | 0.15 | 0.40 | 315.86 | 0.4 | 0.43 |
| Hex | 98 | 41 | 81 | 0 | 39 | F | 28 | 13C | 28 | 2B |
| Octal | 230 | 101 | 201 | 0 | 71 | 17 | 50 | 474 | 50 | 53 |
| Binary | 10011000 | 1000001 | 10000001 | 0 | 111001 | 1111 | 101000 | 100111100 | 101000 | 101011 |
Color Harmonies of #984181
Complementary color
Monochromatic Colors of #984181
Black with #984181
Text Example
Text Example
White with #984181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984181; }
p { color: rgb(152,65,129); }
H1.HeaderClassName
{
color: #984181;
}
.AnyTagClassName
{
color: #984181;
}
</style>
background-color css
<style>
a { background-color: #984181; }
a { background-color: rgb(152,65,129); }
div.DivClassName
{
background-color: #984181;
}
.BgClassName
{
background-color: #984181;
}
</style>
border-color css
<style>
span { border-color: #984181; }
span { border-color: rgb(152,65,129); }
td.TdClassName
{
border-color: #984181;
}
.TagClassName
{
border-color: #984181;
}
</style>