Shades of Dark Magenta #920A8C
Tints of Dark Magenta #920A8C
RGB
CMYK
RGB Variations
Color information
#920A8C (or 0x920A8C) is known color: Dark Magenta. HEX triplet: 92, 0A and 8C. RGB value is (146,10,140). Sum of RGB (Red+Green+Blue) = 146+10+140=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #920A8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920A8C is #6DF573. Grayscale: #414141. Windows color (decimal): -7206260 or 9177746. OLE color: 9177746.
HSL color Cylindrical-coordinate representation of color #920A8C: hue angle of 302.65º 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 #920A8C is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 10 | 140 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.43 |
| HSL | 302.65º | 0.87% | 0.31% | - |
| HSV(B) | 302.65º | 0.93% | 0.57% | - |
| XYZ | 16.7 | 8.22 | 25.52 | - |
| YUV | 65.48 | 170.06 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 10 | 140 | 0 | 0.93 | 0.04 | 0.43 | 302.65 | 0.87 | 0.31 |
| Hex | 92 | A | 8C | 0 | 5D | 4 | 2B | 12F | 57 | 1F |
| Octal | 222 | 12 | 214 | 0 | 135 | 4 | 53 | 457 | 127 | 37 |
| Binary | 10010010 | 1010 | 10001100 | 0 | 1011101 | 100 | 101011 | 100101111 | 1010111 | 11111 |
Color Harmonies of #920A8C
Complementary color
Monochromatic Colors of #920A8C
Black with #920A8C
Text Example
Text Example
White with #920A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920A8C; }
p { color: rgb(146,10,140); }
H1.HeaderClassName
{
color: #920A8C;
}
.AnyTagClassName
{
color: #920A8C;
}
</style>
background-color css
<style>
a { background-color: #920A8C; }
a { background-color: rgb(146,10,140); }
div.DivClassName
{
background-color: #920A8C;
}
.BgClassName
{
background-color: #920A8C;
}
</style>
border-color css
<style>
span { border-color: #920A8C; }
span { border-color: rgb(146,10,140); }
td.TdClassName
{
border-color: #920A8C;
}
.TagClassName
{
border-color: #920A8C;
}
</style>