Shades of Medium Red Violet #994386
Tints of Medium Red Violet #994386
RGB
CMYK
RGB Variations
Color information
#994386 (or 0x994386) is known color: Medium Red Violet. HEX triplet: 99, 43 and 86. RGB value is (153,67,134). Sum of RGB (Red+Green+Blue) = 153+67+134=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #994386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994386 is #66BC79. Grayscale: #646464. Windows color (decimal): -6732922 or 8799129. OLE color: 8799129.
HSL color Cylindrical-coordinate representation of color #994386: hue angle of 313.26º 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 #994386 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 134 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.4 |
| HSL | 313.26º | 0.39% | 0.43% | - |
| HSV(B) | 313.26º | 0.56% | 0.6% | - |
| XYZ | 19.45 | 12.51 | 23.94 | - |
| YUV | 100.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 134 | 0 | 0.56 | 0.12 | 0.4 | 313.26 | 0.39 | 0.43 |
| Hex | 99 | 43 | 86 | 0 | 38 | C | 28 | 139 | 27 | 2B |
| Octal | 231 | 103 | 206 | 0 | 70 | 14 | 50 | 471 | 47 | 53 |
| Binary | 10011001 | 1000011 | 10000110 | 0 | 111000 | 1100 | 101000 | 100111001 | 100111 | 101011 |
Color Harmonies of #994386
Complementary color
Monochromatic Colors of #994386
Black with #994386
Text Example
Text Example
White with #994386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994386; }
p { color: rgb(153,67,134); }
H1.HeaderClassName
{
color: #994386;
}
.AnyTagClassName
{
color: #994386;
}
</style>
background-color css
<style>
a { background-color: #994386; }
a { background-color: rgb(153,67,134); }
div.DivClassName
{
background-color: #994386;
}
.BgClassName
{
background-color: #994386;
}
</style>
border-color css
<style>
span { border-color: #994386; }
span { border-color: rgb(153,67,134); }
td.TdClassName
{
border-color: #994386;
}
.TagClassName
{
border-color: #994386;
}
</style>