Shades of Medium Red Violet #994185
Tints of Medium Red Violet #994185
RGB
CMYK
RGB Variations
Color information
#994185 (or 0x994185) is known color: Medium Red Violet. HEX triplet: 99, 41 and 85. RGB value is (153,65,133). Sum of RGB (Red+Green+Blue) = 153+65+133=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #994185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994185 is #66BE7A. Grayscale: #626262. Windows color (decimal): -6733435 or 8733081. OLE color: 8733081.
HSL color Cylindrical-coordinate representation of color #994185: hue angle of 313.64º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994185 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 133 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.4 |
| HSL | 313.64º | 0.4% | 0.43% | - |
| HSV(B) | 313.64º | 0.58% | 0.6% | - |
| XYZ | 19.26 | 12.25 | 23.54 | - |
| YUV | 99.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 133 | 0 | 0.58 | 0.13 | 0.4 | 313.64 | 0.4 | 0.43 |
| Hex | 99 | 41 | 85 | 0 | 3A | D | 28 | 13A | 28 | 2B |
| Octal | 231 | 101 | 205 | 0 | 72 | 15 | 50 | 472 | 50 | 53 |
| Binary | 10011001 | 1000001 | 10000101 | 0 | 111010 | 1101 | 101000 | 100111010 | 101000 | 101011 |
Color Harmonies of #994185
Complementary color
Monochromatic Colors of #994185
Black with #994185
Text Example
Text Example
White with #994185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994185; }
p { color: rgb(153,65,133); }
H1.HeaderClassName
{
color: #994185;
}
.AnyTagClassName
{
color: #994185;
}
</style>
background-color css
<style>
a { background-color: #994185; }
a { background-color: rgb(153,65,133); }
div.DivClassName
{
background-color: #994185;
}
.BgClassName
{
background-color: #994185;
}
</style>
border-color css
<style>
span { border-color: #994185; }
span { border-color: rgb(153,65,133); }
td.TdClassName
{
border-color: #994185;
}
.TagClassName
{
border-color: #994185;
}
</style>