Shades of Medium Red Violet #994483
Tints of Medium Red Violet #994483
RGB
CMYK
RGB Variations
Color information
#994483 (or 0x994483) is known color: Medium Red Violet. HEX triplet: 99, 44 and 83. RGB value is (153,68,131). Sum of RGB (Red+Green+Blue) = 153+68+131=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #994483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994483 is #66BB7C. Grayscale: #646464. Windows color (decimal): -6732669 or 8602777. OLE color: 8602777.
HSL color Cylindrical-coordinate representation of color #994483: hue angle of 315.53º degrees, saturation: 0.38, 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 #994483 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 131 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.4 |
| HSL | 315.53º | 0.38% | 0.43% | - |
| HSV(B) | 315.53º | 0.56% | 0.6% | - |
| XYZ | 19.3 | 12.55 | 22.88 | - |
| YUV | 100.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 131 | 0 | 0.56 | 0.14 | 0.4 | 315.53 | 0.38 | 0.43 |
| Hex | 99 | 44 | 83 | 0 | 38 | E | 28 | 13C | 26 | 2B |
| Octal | 231 | 104 | 203 | 0 | 70 | 16 | 50 | 474 | 46 | 53 |
| Binary | 10011001 | 1000100 | 10000011 | 0 | 111000 | 1110 | 101000 | 100111100 | 100110 | 101011 |
Color Harmonies of #994483
Complementary color
Monochromatic Colors of #994483
Black with #994483
Text Example
Text Example
White with #994483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994483; }
p { color: rgb(153,68,131); }
H1.HeaderClassName
{
color: #994483;
}
.AnyTagClassName
{
color: #994483;
}
</style>
background-color css
<style>
a { background-color: #994483; }
a { background-color: rgb(153,68,131); }
div.DivClassName
{
background-color: #994483;
}
.BgClassName
{
background-color: #994483;
}
</style>
border-color css
<style>
span { border-color: #994483; }
span { border-color: rgb(153,68,131); }
td.TdClassName
{
border-color: #994483;
}
.TagClassName
{
border-color: #994483;
}
</style>