Shades of Dark Magenta #910182
Tints of Dark Magenta #910182
RGB
CMYK
RGB Variations
Color information
#910182 (or 0x910182) is known color: Dark Magenta. HEX triplet: 91, 01 and 82. RGB value is (145,1,130). Sum of RGB (Red+Green+Blue) = 145+1+130=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #910182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910182 is #6EFE7D. Grayscale: #3A3A3A. Windows color (decimal): -7274110 or 8520081. OLE color: 8520081.
HSL color Cylindrical-coordinate representation of color #910182: hue angle of 306.25º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910182 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 130 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.43 |
| HSL | 306.25º | 0.99% | 0.29% | - |
| HSV(B) | 306.25º | 0.99% | 0.57% | - |
| XYZ | 15.72 | 7.65 | 21.77 | - |
| YUV | 58.76 | 168.21 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 130 | 0 | 0.99 | 0.10 | 0.43 | 306.25 | 0.99 | 0.29 |
| Hex | 91 | 1 | 82 | 0 | 63 | A | 2B | 132 | 63 | 1D |
| Octal | 221 | 1 | 202 | 0 | 143 | 12 | 53 | 462 | 143 | 35 |
| Binary | 10010001 | 1 | 10000010 | 0 | 1100011 | 1010 | 101011 | 100110010 | 1100011 | 11101 |
Color Harmonies of #910182
Complementary color
Monochromatic Colors of #910182
Black with #910182
Text Example
Text Example
White with #910182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910182; }
p { color: rgb(145,1,130); }
H1.HeaderClassName
{
color: #910182;
}
.AnyTagClassName
{
color: #910182;
}
</style>
background-color css
<style>
a { background-color: #910182; }
a { background-color: rgb(145,1,130); }
div.DivClassName
{
background-color: #910182;
}
.BgClassName
{
background-color: #910182;
}
</style>
border-color css
<style>
span { border-color: #910182; }
span { border-color: rgb(145,1,130); }
td.TdClassName
{
border-color: #910182;
}
.TagClassName
{
border-color: #910182;
}
</style>