Shades of Medium Red Violet #994584
Tints of Medium Red Violet #994584
RGB
CMYK
RGB Variations
Color information
#994584 (or 0x994584) is known color: Medium Red Violet. HEX triplet: 99, 45 and 84. RGB value is (153,69,132). Sum of RGB (Red+Green+Blue) = 153+69+132=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #994584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994584 is #66BA7B. Grayscale: #656565. Windows color (decimal): -6732412 or 8668569. OLE color: 8668569.
HSL color Cylindrical-coordinate representation of color #994584: hue angle of 315º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #994584 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 132 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.4 |
| HSL | 315º | 0.38% | 0.44% | - |
| HSV(B) | 315º | 0.55% | 0.6% | - |
| XYZ | 19.43 | 12.69 | 23.26 | - |
| YUV | 101.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 132 | 0 | 0.55 | 0.14 | 0.4 | 315 | 0.38 | 0.44 |
| Hex | 99 | 45 | 84 | 0 | 37 | E | 28 | 13B | 26 | 2C |
| Octal | 231 | 105 | 204 | 0 | 67 | 16 | 50 | 473 | 46 | 54 |
| Binary | 10011001 | 1000101 | 10000100 | 0 | 110111 | 1110 | 101000 | 100111011 | 100110 | 101100 |
Color Harmonies of #994584
Complementary color
Monochromatic Colors of #994584
Black with #994584
Text Example
Text Example
White with #994584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994584; }
p { color: rgb(153,69,132); }
H1.HeaderClassName
{
color: #994584;
}
.AnyTagClassName
{
color: #994584;
}
</style>
background-color css
<style>
a { background-color: #994584; }
a { background-color: rgb(153,69,132); }
div.DivClassName
{
background-color: #994584;
}
.BgClassName
{
background-color: #994584;
}
</style>
border-color css
<style>
span { border-color: #994584; }
span { border-color: rgb(153,69,132); }
td.TdClassName
{
border-color: #994584;
}
.TagClassName
{
border-color: #994584;
}
</style>