Shades of Medium Red Violet #994281
Tints of Medium Red Violet #994281
RGB
CMYK
RGB Variations
Color information
#994281 (or 0x994281) is known color: Medium Red Violet. HEX triplet: 99, 42 and 81. RGB value is (153,66,129). Sum of RGB (Red+Green+Blue) = 153+66+129=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #994281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994281 is #66BD7E. Grayscale: #636363. Windows color (decimal): -6733183 or 8471193. OLE color: 8471193.
HSL color Cylindrical-coordinate representation of color #994281: hue angle of 316.55º 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 #994281 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 129 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.4 |
| HSL | 316.55º | 0.4% | 0.43% | - |
| HSV(B) | 316.55º | 0.57% | 0.6% | - |
| XYZ | 19.05 | 12.25 | 22.13 | - |
| YUV | 99.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 129 | 0 | 0.57 | 0.16 | 0.4 | 316.55 | 0.4 | 0.43 |
| Hex | 99 | 42 | 81 | 0 | 39 | 10 | 28 | 13D | 28 | 2B |
| Octal | 231 | 102 | 201 | 0 | 71 | 20 | 50 | 475 | 50 | 53 |
| Binary | 10011001 | 1000010 | 10000001 | 0 | 111001 | 10000 | 101000 | 100111101 | 101000 | 101011 |
Color Harmonies of #994281
Complementary color
Monochromatic Colors of #994281
Black with #994281
Text Example
Text Example
White with #994281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994281; }
p { color: rgb(153,66,129); }
H1.HeaderClassName
{
color: #994281;
}
.AnyTagClassName
{
color: #994281;
}
</style>
background-color css
<style>
a { background-color: #994281; }
a { background-color: rgb(153,66,129); }
div.DivClassName
{
background-color: #994281;
}
.BgClassName
{
background-color: #994281;
}
</style>
border-color css
<style>
span { border-color: #994281; }
span { border-color: rgb(153,66,129); }
td.TdClassName
{
border-color: #994281;
}
.TagClassName
{
border-color: #994281;
}
</style>