Shades of Dark Magenta #910B8B
Tints of Dark Magenta #910B8B
RGB
CMYK
RGB Variations
Color information
#910B8B (or 0x910B8B) is known color: Dark Magenta. HEX triplet: 91, 0B and 8B. RGB value is (145,11,139). Sum of RGB (Red+Green+Blue) = 145+11+139=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #910B8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910B8B is #6EF474. Grayscale: #414141. Windows color (decimal): -7271541 or 9112465. OLE color: 9112465.
HSL color Cylindrical-coordinate representation of color #910B8B: hue angle of 302.69º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910B8B is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 11 | 139 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.43 |
| HSL | 302.69º | 0.86% | 0.31% | - |
| HSV(B) | 302.69º | 0.92% | 0.57% | - |
| XYZ | 16.46 | 8.12 | 25.13 | - |
| YUV | 65.66 | 169.39 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 11 | 139 | 0 | 0.92 | 0.04 | 0.43 | 302.69 | 0.86 | 0.31 |
| Hex | 91 | B | 8B | 0 | 5C | 4 | 2B | 12F | 56 | 1F |
| Octal | 221 | 13 | 213 | 0 | 134 | 4 | 53 | 457 | 126 | 37 |
| Binary | 10010001 | 1011 | 10001011 | 0 | 1011100 | 100 | 101011 | 100101111 | 1010110 | 11111 |
Color Harmonies of #910B8B
Complementary color
Monochromatic Colors of #910B8B
Black with #910B8B
Text Example
Text Example
White with #910B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910B8B; }
p { color: rgb(145,11,139); }
H1.HeaderClassName
{
color: #910B8B;
}
.AnyTagClassName
{
color: #910B8B;
}
</style>
background-color css
<style>
a { background-color: #910B8B; }
a { background-color: rgb(145,11,139); }
div.DivClassName
{
background-color: #910B8B;
}
.BgClassName
{
background-color: #910B8B;
}
</style>
border-color css
<style>
span { border-color: #910B8B; }
span { border-color: rgb(145,11,139); }
td.TdClassName
{
border-color: #910B8B;
}
.TagClassName
{
border-color: #910B8B;
}
</style>