Shades of Dark Magenta #920A8B
Tints of Dark Magenta #920A8B
RGB
CMYK
RGB Variations
Color information
#920A8B (or 0x920A8B) is known color: Dark Magenta. HEX triplet: 92, 0A and 8B. RGB value is (146,10,139). Sum of RGB (Red+Green+Blue) = 146+10+139=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #920A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920A8B is #6DF574. Grayscale: #404040. Windows color (decimal): -7206261 or 9112210. OLE color: 9112210.
HSL color Cylindrical-coordinate representation of color #920A8B: hue angle of 303.09º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920A8B is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 10 | 139 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.43 |
| HSL | 303.09º | 0.87% | 0.31% | - |
| HSV(B) | 303.09º | 0.93% | 0.57% | - |
| XYZ | 16.62 | 8.19 | 25.13 | - |
| YUV | 65.37 | 169.56 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 10 | 139 | 0 | 0.93 | 0.05 | 0.43 | 303.09 | 0.87 | 0.31 |
| Hex | 92 | A | 8B | 0 | 5D | 5 | 2B | 12F | 57 | 1F |
| Octal | 222 | 12 | 213 | 0 | 135 | 5 | 53 | 457 | 127 | 37 |
| Binary | 10010010 | 1010 | 10001011 | 0 | 1011101 | 101 | 101011 | 100101111 | 1010111 | 11111 |
Color Harmonies of #920A8B
Complementary color
Monochromatic Colors of #920A8B
Black with #920A8B
Text Example
Text Example
White with #920A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920A8B; }
p { color: rgb(146,10,139); }
H1.HeaderClassName
{
color: #920A8B;
}
.AnyTagClassName
{
color: #920A8B;
}
</style>
background-color css
<style>
a { background-color: #920A8B; }
a { background-color: rgb(146,10,139); }
div.DivClassName
{
background-color: #920A8B;
}
.BgClassName
{
background-color: #920A8B;
}
</style>
border-color css
<style>
span { border-color: #920A8B; }
span { border-color: rgb(146,10,139); }
td.TdClassName
{
border-color: #920A8B;
}
.TagClassName
{
border-color: #920A8B;
}
</style>