Shades of Dark Magenta #991CA4
Tints of Dark Magenta #991CA4
RGB
CMYK
RGB Variations
Color information
#991CA4 (or 0x991CA4) is known color: Dark Magenta. HEX triplet: 99, 1C and A4. RGB value is (153,28,164). Sum of RGB (Red+Green+Blue) = 153+28+164=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 164 (64.45% from 255 or 47.54% from 345); Max value from RGB is 164 - color contains mainly: blue. Hex color #991CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991CA4 is #66E35B. Grayscale: #505050. Windows color (decimal): -6742876 or 10755225. OLE color: 10755225.
HSL color Cylindrical-coordinate representation of color #991CA4: hue angle of 295.15º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #991CA4 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 28 | 164 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.36 |
| HSL | 295.15º | 0.71% | 0.38% | - |
| HSV(B) | 295.15º | 0.83% | 0.64% | - |
| XYZ | 20.25 | 10.28 | 36.04 | - |
| YUV | 80.88 | 174.91 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 28 | 164 | 0.07 | 0.83 | 0 | 0.36 | 295.15 | 0.71 | 0.38 |
| Hex | 99 | 1C | A4 | 7 | 53 | 0 | 24 | 127 | 47 | 26 |
| Octal | 231 | 34 | 244 | 7 | 123 | 0 | 44 | 447 | 107 | 46 |
| Binary | 10011001 | 11100 | 10100100 | 111 | 1010011 | 0 | 100100 | 100100111 | 1000111 | 100110 |
Color Harmonies of #991CA4
Complementary color
Monochromatic Colors of #991CA4
Black with #991CA4
Text Example
Text Example
White with #991CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991CA4; }
p { color: rgb(153,28,164); }
H1.HeaderClassName
{
color: #991CA4;
}
.AnyTagClassName
{
color: #991CA4;
}
</style>
background-color css
<style>
a { background-color: #991CA4; }
a { background-color: rgb(153,28,164); }
div.DivClassName
{
background-color: #991CA4;
}
.BgClassName
{
background-color: #991CA4;
}
</style>
border-color css
<style>
span { border-color: #991CA4; }
span { border-color: rgb(153,28,164); }
td.TdClassName
{
border-color: #991CA4;
}
.TagClassName
{
border-color: #991CA4;
}
</style>