Shades of Dark Magenta #91068A
Tints of Dark Magenta #91068A
RGB
CMYK
RGB Variations
Color information
#91068A (or 0x91068A) is known color: Dark Magenta. HEX triplet: 91, 06 and 8A. RGB value is (145,6,138). Sum of RGB (Red+Green+Blue) = 145+6+138=289 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.17% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 145 - color contains mainly: red. Hex color #91068A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91068A is #6EF975. Grayscale: #3E3E3E. Windows color (decimal): -7272822 or 9045649. OLE color: 9045649.
HSL color Cylindrical-coordinate representation of color #91068A: hue angle of 303.02º 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 #91068A is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 6 | 138 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.43 |
| HSL | 303.02º | 0.92% | 0.3% | - |
| HSV(B) | 303.02º | 0.96% | 0.57% | - |
| XYZ | 16.33 | 7.98 | 24.73 | - |
| YUV | 62.61 | 170.55 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 138 | 0 | 0.96 | 0.05 | 0.43 | 303.02 | 0.92 | 0.3 |
| Hex | 91 | 6 | 8A | 0 | 60 | 5 | 2B | 12F | 5C | 1E |
| Octal | 221 | 6 | 212 | 0 | 140 | 5 | 53 | 457 | 134 | 36 |
| Binary | 10010001 | 110 | 10001010 | 0 | 1100000 | 101 | 101011 | 100101111 | 1011100 | 11110 |
Color Harmonies of #91068A
Complementary color
Monochromatic Colors of #91068A
Black with #91068A
Text Example
Text Example
White with #91068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91068A; }
p { color: rgb(145,6,138); }
H1.HeaderClassName
{
color: #91068A;
}
.AnyTagClassName
{
color: #91068A;
}
</style>
background-color css
<style>
a { background-color: #91068A; }
a { background-color: rgb(145,6,138); }
div.DivClassName
{
background-color: #91068A;
}
.BgClassName
{
background-color: #91068A;
}
</style>
border-color css
<style>
span { border-color: #91068A; }
span { border-color: rgb(145,6,138); }
td.TdClassName
{
border-color: #91068A;
}
.TagClassName
{
border-color: #91068A;
}
</style>