Shades of Dark Magenta #910CA4
Tints of Dark Magenta #910CA4
RGB
CMYK
RGB Variations
Color information
#910CA4 (or 0x910CA4) is known color: Dark Magenta. HEX triplet: 91, 0C and A4. RGB value is (145,12,164). Sum of RGB (Red+Green+Blue) = 145+12+164=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 164 (64.45% from 255 or 51.09% from 321); Max value from RGB is 164 - color contains mainly: blue. Hex color #910CA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910CA4 is #6EF35B. Grayscale: #444444. Windows color (decimal): -7271260 or 10751121. OLE color: 10751121.
HSL color Cylindrical-coordinate representation of color #910CA4: hue angle of 292.5º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910CA4 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 12 | 164 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.36 |
| HSL | 292.5º | 0.86% | 0.35% | - |
| HSV(B) | 292.5º | 0.93% | 0.64% | - |
| XYZ | 18.51 | 8.96 | 35.88 | - |
| YUV | 69.1 | 181.56 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 164 | 0.12 | 0.93 | 0 | 0.36 | 292.5 | 0.86 | 0.35 |
| Hex | 91 | C | A4 | C | 5D | 0 | 24 | 124 | 56 | 23 |
| Octal | 221 | 14 | 244 | 14 | 135 | 0 | 44 | 444 | 126 | 43 |
| Binary | 10010001 | 1100 | 10100100 | 1100 | 1011101 | 0 | 100100 | 100100100 | 1010110 | 100011 |
Color Harmonies of #910CA4
Complementary color
Monochromatic Colors of #910CA4
Black with #910CA4
Text Example
Text Example
White with #910CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910CA4; }
p { color: rgb(145,12,164); }
H1.HeaderClassName
{
color: #910CA4;
}
.AnyTagClassName
{
color: #910CA4;
}
</style>
background-color css
<style>
a { background-color: #910CA4; }
a { background-color: rgb(145,12,164); }
div.DivClassName
{
background-color: #910CA4;
}
.BgClassName
{
background-color: #910CA4;
}
</style>
border-color css
<style>
span { border-color: #910CA4; }
span { border-color: rgb(145,12,164); }
td.TdClassName
{
border-color: #910CA4;
}
.TagClassName
{
border-color: #910CA4;
}
</style>