Shades of Dark Magenta #92108B
Tints of Dark Magenta #92108B
RGB
CMYK
RGB Variations
Color information
#92108B (or 0x92108B) is known color: Dark Magenta. HEX triplet: 92, 10 and 8B. RGB value is (146,16,139). Sum of RGB (Red+Green+Blue) = 146+16+139=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #92108B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92108B is #6DEF74. Grayscale: #444444. Windows color (decimal): -7204725 or 9113746. OLE color: 9113746.
HSL color Cylindrical-coordinate representation of color #92108B: hue angle of 303.23º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #92108B is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 16 | 139 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.43 |
| HSL | 303.23º | 0.8% | 0.32% | - |
| HSV(B) | 303.23º | 0.89% | 0.57% | - |
| XYZ | 16.7 | 8.35 | 25.16 | - |
| YUV | 68.89 | 167.57 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 16 | 139 | 0 | 0.89 | 0.05 | 0.43 | 303.23 | 0.8 | 0.32 |
| Hex | 92 | 10 | 8B | 0 | 59 | 5 | 2B | 12F | 50 | 20 |
| Octal | 222 | 20 | 213 | 0 | 131 | 5 | 53 | 457 | 120 | 40 |
| Binary | 10010010 | 10000 | 10001011 | 0 | 1011001 | 101 | 101011 | 100101111 | 1010000 | 100000 |
Color Harmonies of #92108B
Complementary color
Monochromatic Colors of #92108B
Black with #92108B
Text Example
Text Example
White with #92108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92108B; }
p { color: rgb(146,16,139); }
H1.HeaderClassName
{
color: #92108B;
}
.AnyTagClassName
{
color: #92108B;
}
</style>
background-color css
<style>
a { background-color: #92108B; }
a { background-color: rgb(146,16,139); }
div.DivClassName
{
background-color: #92108B;
}
.BgClassName
{
background-color: #92108B;
}
</style>
border-color css
<style>
span { border-color: #92108B; }
span { border-color: rgb(146,16,139); }
td.TdClassName
{
border-color: #92108B;
}
.TagClassName
{
border-color: #92108B;
}
</style>