Shades of Medium Red Violet #994385
Tints of Medium Red Violet #994385
RGB
CMYK
RGB Variations
Color information
#994385 (or 0x994385) is known color: Medium Red Violet. HEX triplet: 99, 43 and 85. RGB value is (153,67,133). Sum of RGB (Red+Green+Blue) = 153+67+133=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #994385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994385 is #66BC7A. Grayscale: #646464. Windows color (decimal): -6732923 or 8733593. OLE color: 8733593.
HSL color Cylindrical-coordinate representation of color #994385: hue angle of 313.95º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994385 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 133 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.4 |
| HSL | 313.95º | 0.39% | 0.43% | - |
| HSV(B) | 313.95º | 0.56% | 0.6% | - |
| XYZ | 19.38 | 12.48 | 23.58 | - |
| YUV | 100.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 133 | 0 | 0.56 | 0.13 | 0.4 | 313.95 | 0.39 | 0.43 |
| Hex | 99 | 43 | 85 | 0 | 38 | D | 28 | 13A | 27 | 2B |
| Octal | 231 | 103 | 205 | 0 | 70 | 15 | 50 | 472 | 47 | 53 |
| Binary | 10011001 | 1000011 | 10000101 | 0 | 111000 | 1101 | 101000 | 100111010 | 100111 | 101011 |
Color Harmonies of #994385
Complementary color
Monochromatic Colors of #994385
Black with #994385
Text Example
Text Example
White with #994385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994385; }
p { color: rgb(153,67,133); }
H1.HeaderClassName
{
color: #994385;
}
.AnyTagClassName
{
color: #994385;
}
</style>
background-color css
<style>
a { background-color: #994385; }
a { background-color: rgb(153,67,133); }
div.DivClassName
{
background-color: #994385;
}
.BgClassName
{
background-color: #994385;
}
</style>
border-color css
<style>
span { border-color: #994385; }
span { border-color: rgb(153,67,133); }
td.TdClassName
{
border-color: #994385;
}
.TagClassName
{
border-color: #994385;
}
</style>