Shades of Medium Red Violet #994282
Tints of Medium Red Violet #994282
RGB
CMYK
RGB Variations
Color information
#994282 (or 0x994282) is known color: Medium Red Violet. HEX triplet: 99, 42 and 82. RGB value is (153,66,130). Sum of RGB (Red+Green+Blue) = 153+66+130=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #994282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994282 is #66BD7D. Grayscale: #636363. Windows color (decimal): -6733182 or 8536729. OLE color: 8536729.
HSL color Cylindrical-coordinate representation of color #994282: 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 #994282 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 130 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.4 |
| HSL | 315.86º | 0.4% | 0.43% | - |
| HSV(B) | 315.86º | 0.57% | 0.6% | - |
| XYZ | 19.11 | 12.28 | 22.48 | - |
| YUV | 99.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 130 | 0 | 0.57 | 0.15 | 0.4 | 315.86 | 0.4 | 0.43 |
| Hex | 99 | 42 | 82 | 0 | 39 | F | 28 | 13C | 28 | 2B |
| Octal | 231 | 102 | 202 | 0 | 71 | 17 | 50 | 474 | 50 | 53 |
| Binary | 10011001 | 1000010 | 10000010 | 0 | 111001 | 1111 | 101000 | 100111100 | 101000 | 101011 |
Color Harmonies of #994282
Complementary color
Monochromatic Colors of #994282
Black with #994282
Text Example
Text Example
White with #994282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994282; }
p { color: rgb(153,66,130); }
H1.HeaderClassName
{
color: #994282;
}
.AnyTagClassName
{
color: #994282;
}
</style>
background-color css
<style>
a { background-color: #994282; }
a { background-color: rgb(153,66,130); }
div.DivClassName
{
background-color: #994282;
}
.BgClassName
{
background-color: #994282;
}
</style>
border-color css
<style>
span { border-color: #994282; }
span { border-color: rgb(153,66,130); }
td.TdClassName
{
border-color: #994282;
}
.TagClassName
{
border-color: #994282;
}
</style>