Shades of Dark Magenta #910DAC
Tints of Dark Magenta #910DAC
RGB
CMYK
RGB Variations
Color information
#910DAC (or 0x910DAC) is known color: Dark Magenta. HEX triplet: 91, 0D and AC. RGB value is (145,13,172). Sum of RGB (Red+Green+Blue) = 145+13+172=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #910DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910DAC is #6EF253. Grayscale: #464646. Windows color (decimal): -7270996 or 11275665. OLE color: 11275665.
HSL color Cylindrical-coordinate representation of color #910DAC: hue angle of 289.81º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910DAC is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 13 | 172 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.33 |
| HSL | 289.81º | 0.86% | 0.36% | - |
| HSV(B) | 289.81º | 0.92% | 0.67% | - |
| XYZ | 19.27 | 9.29 | 39.81 | - |
| YUV | 70.59 | 185.23 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 172 | 0.16 | 0.92 | 0 | 0.33 | 289.81 | 0.86 | 0.36 |
| Hex | 91 | D | AC | 10 | 5C | 0 | 21 | 122 | 56 | 24 |
| Octal | 221 | 15 | 254 | 20 | 134 | 0 | 41 | 442 | 126 | 44 |
| Binary | 10010001 | 1101 | 10101100 | 10000 | 1011100 | 0 | 100001 | 100100010 | 1010110 | 100100 |
Color Harmonies of #910DAC
Complementary color
Monochromatic Colors of #910DAC
Black with #910DAC
Text Example
Text Example
White with #910DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910DAC; }
p { color: rgb(145,13,172); }
H1.HeaderClassName
{
color: #910DAC;
}
.AnyTagClassName
{
color: #910DAC;
}
</style>
background-color css
<style>
a { background-color: #910DAC; }
a { background-color: rgb(145,13,172); }
div.DivClassName
{
background-color: #910DAC;
}
.BgClassName
{
background-color: #910DAC;
}
</style>
border-color css
<style>
span { border-color: #910DAC; }
span { border-color: rgb(145,13,172); }
td.TdClassName
{
border-color: #910DAC;
}
.TagClassName
{
border-color: #910DAC;
}
</style>