Shades of Dark Magenta #91069D
Tints of Dark Magenta #91069D
RGB
CMYK
RGB Variations
Color information
#91069D (or 0x91069D) is known color: Dark Magenta. HEX triplet: 91, 06 and 9D. RGB value is (145,6,157). Sum of RGB (Red+Green+Blue) = 145+6+157=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #91069D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91069D is #6EF962. Grayscale: #404040. Windows color (decimal): -7272803 or 10290833. OLE color: 10290833.
HSL color Cylindrical-coordinate representation of color #91069D: hue angle of 295.23º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #91069D is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 6 | 157 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.38 |
| HSL | 295.23º | 0.93% | 0.32% | - |
| HSV(B) | 295.23º | 0.96% | 0.62% | - |
| XYZ | 17.83 | 8.58 | 32.62 | - |
| YUV | 64.78 | 180.05 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 157 | 0.08 | 0.96 | 0 | 0.38 | 295.23 | 0.93 | 0.32 |
| Hex | 91 | 6 | 9D | 8 | 60 | 0 | 26 | 127 | 5D | 20 |
| Octal | 221 | 6 | 235 | 10 | 140 | 0 | 46 | 447 | 135 | 40 |
| Binary | 10010001 | 110 | 10011101 | 1000 | 1100000 | 0 | 100110 | 100100111 | 1011101 | 100000 |
Color Harmonies of #91069D
Complementary color
Monochromatic Colors of #91069D
Black with #91069D
Text Example
Text Example
White with #91069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91069D; }
p { color: rgb(145,6,157); }
H1.HeaderClassName
{
color: #91069D;
}
.AnyTagClassName
{
color: #91069D;
}
</style>
background-color css
<style>
a { background-color: #91069D; }
a { background-color: rgb(145,6,157); }
div.DivClassName
{
background-color: #91069D;
}
.BgClassName
{
background-color: #91069D;
}
</style>
border-color css
<style>
span { border-color: #91069D; }
span { border-color: rgb(145,6,157); }
td.TdClassName
{
border-color: #91069D;
}
.TagClassName
{
border-color: #91069D;
}
</style>