Shades of Dark Magenta #920C8A
Tints of Dark Magenta #920C8A
RGB
CMYK
RGB Variations
Color information
#920C8A (or 0x920C8A) is known color: Dark Magenta. HEX triplet: 92, 0C and 8A. RGB value is (146,12,138). Sum of RGB (Red+Green+Blue) = 146+12+138=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #920C8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920C8A is #6DF375. Grayscale: #424242. Windows color (decimal): -7205750 or 9047186. OLE color: 9047186.
HSL color Cylindrical-coordinate representation of color #920C8A: hue angle of 303.58º degrees, saturation: 0.85, 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 #920C8A is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 12 | 138 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.43 |
| HSL | 303.58º | 0.85% | 0.31% | - |
| HSV(B) | 303.58º | 0.92% | 0.57% | - |
| XYZ | 16.57 | 8.21 | 24.76 | - |
| YUV | 66.43 | 168.39 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 12 | 138 | 0 | 0.92 | 0.05 | 0.43 | 303.58 | 0.85 | 0.31 |
| Hex | 92 | C | 8A | 0 | 5C | 5 | 2B | 130 | 55 | 1F |
| Octal | 222 | 14 | 212 | 0 | 134 | 5 | 53 | 460 | 125 | 37 |
| Binary | 10010010 | 1100 | 10001010 | 0 | 1011100 | 101 | 101011 | 100110000 | 1010101 | 11111 |
Color Harmonies of #920C8A
Complementary color
Monochromatic Colors of #920C8A
Black with #920C8A
Text Example
Text Example
White with #920C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920C8A; }
p { color: rgb(146,12,138); }
H1.HeaderClassName
{
color: #920C8A;
}
.AnyTagClassName
{
color: #920C8A;
}
</style>
background-color css
<style>
a { background-color: #920C8A; }
a { background-color: rgb(146,12,138); }
div.DivClassName
{
background-color: #920C8A;
}
.BgClassName
{
background-color: #920C8A;
}
</style>
border-color css
<style>
span { border-color: #920C8A; }
span { border-color: rgb(146,12,138); }
td.TdClassName
{
border-color: #920C8A;
}
.TagClassName
{
border-color: #920C8A;
}
</style>