Shades of Medium Red Violet #994287
Tints of Medium Red Violet #994287
RGB
CMYK
RGB Variations
Color information
#994287 (or 0x994287) is known color: Medium Red Violet. HEX triplet: 99, 42 and 87. RGB value is (153,66,135). Sum of RGB (Red+Green+Blue) = 153+66+135=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #994287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994287 is #66BD78. Grayscale: #636363. Windows color (decimal): -6733177 or 8864409. OLE color: 8864409.
HSL color Cylindrical-coordinate representation of color #994287: hue angle of 312.41º 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 #994287 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 135 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.4 |
| HSL | 312.41º | 0.4% | 0.43% | - |
| HSV(B) | 312.41º | 0.57% | 0.6% | - |
| XYZ | 19.46 | 12.42 | 24.29 | - |
| YUV | 99.88 | 147.82 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 135 | 0 | 0.57 | 0.12 | 0.4 | 312.41 | 0.4 | 0.43 |
| Hex | 99 | 42 | 87 | 0 | 39 | C | 28 | 138 | 28 | 2B |
| Octal | 231 | 102 | 207 | 0 | 71 | 14 | 50 | 470 | 50 | 53 |
| Binary | 10011001 | 1000010 | 10000111 | 0 | 111001 | 1100 | 101000 | 100111000 | 101000 | 101011 |
Color Harmonies of #994287
Complementary color
Monochromatic Colors of #994287
Black with #994287
Text Example
Text Example
White with #994287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994287; }
p { color: rgb(153,66,135); }
H1.HeaderClassName
{
color: #994287;
}
.AnyTagClassName
{
color: #994287;
}
</style>
background-color css
<style>
a { background-color: #994287; }
a { background-color: rgb(153,66,135); }
div.DivClassName
{
background-color: #994287;
}
.BgClassName
{
background-color: #994287;
}
</style>
border-color css
<style>
span { border-color: #994287; }
span { border-color: rgb(153,66,135); }
td.TdClassName
{
border-color: #994287;
}
.TagClassName
{
border-color: #994287;
}
</style>