Shades of Dark Magenta #91067F
Tints of Dark Magenta #91067F
RGB
CMYK
RGB Variations
Color information
#91067F (or 0x91067F) is known color: Dark Magenta. HEX triplet: 91, 06 and 7F. RGB value is (145,6,127). Sum of RGB (Red+Green+Blue) = 145+6+127=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #91067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91067F is #6EF980. Grayscale: #3D3D3D. Windows color (decimal): -7272833 or 8324753. OLE color: 8324753.
HSL color Cylindrical-coordinate representation of color #91067F: hue angle of 307.77º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #91067F is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 6 | 127 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.43 |
| HSL | 307.77º | 0.92% | 0.3% | - |
| HSV(B) | 307.77º | 0.96% | 0.57% | - |
| XYZ | 15.57 | 7.68 | 20.74 | - |
| YUV | 61.36 | 165.05 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 127 | 0 | 0.96 | 0.12 | 0.43 | 307.77 | 0.92 | 0.3 |
| Hex | 91 | 6 | 7F | 0 | 60 | C | 2B | 134 | 5C | 1E |
| Octal | 221 | 6 | 177 | 0 | 140 | 14 | 53 | 464 | 134 | 36 |
| Binary | 10010001 | 110 | 1111111 | 0 | 1100000 | 1100 | 101011 | 100110100 | 1011100 | 11110 |
Color Harmonies of #91067F
Complementary color
Monochromatic Colors of #91067F
Black with #91067F
Text Example
Text Example
White with #91067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91067F; }
p { color: rgb(145,6,127); }
H1.HeaderClassName
{
color: #91067F;
}
.AnyTagClassName
{
color: #91067F;
}
</style>
background-color css
<style>
a { background-color: #91067F; }
a { background-color: rgb(145,6,127); }
div.DivClassName
{
background-color: #91067F;
}
.BgClassName
{
background-color: #91067F;
}
</style>
border-color css
<style>
span { border-color: #91067F; }
span { border-color: rgb(145,6,127); }
td.TdClassName
{
border-color: #91067F;
}
.TagClassName
{
border-color: #91067F;
}
</style>