Shades of Dark Magenta #920C8B
Tints of Dark Magenta #920C8B
RGB
CMYK
RGB Variations
Color information
#920C8B (or 0x920C8B) is known color: Dark Magenta. HEX triplet: 92, 0C and 8B. RGB value is (146,12,139). Sum of RGB (Red+Green+Blue) = 146+12+139=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #920C8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920C8B is #6DF374. Grayscale: #424242. Windows color (decimal): -7205749 or 9112722. OLE color: 9112722.
HSL color Cylindrical-coordinate representation of color #920C8B: hue angle of 303.13º 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 #920C8B is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 12 | 139 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.43 |
| HSL | 303.13º | 0.85% | 0.31% | - |
| HSV(B) | 303.13º | 0.92% | 0.57% | - |
| XYZ | 16.65 | 8.24 | 25.14 | - |
| YUV | 66.54 | 168.89 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 12 | 139 | 0 | 0.92 | 0.05 | 0.43 | 303.13 | 0.85 | 0.31 |
| Hex | 92 | C | 8B | 0 | 5C | 5 | 2B | 12F | 55 | 1F |
| Octal | 222 | 14 | 213 | 0 | 134 | 5 | 53 | 457 | 125 | 37 |
| Binary | 10010010 | 1100 | 10001011 | 0 | 1011100 | 101 | 101011 | 100101111 | 1010101 | 11111 |
Color Harmonies of #920C8B
Complementary color
Monochromatic Colors of #920C8B
Black with #920C8B
Text Example
Text Example
White with #920C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920C8B; }
p { color: rgb(146,12,139); }
H1.HeaderClassName
{
color: #920C8B;
}
.AnyTagClassName
{
color: #920C8B;
}
</style>
background-color css
<style>
a { background-color: #920C8B; }
a { background-color: rgb(146,12,139); }
div.DivClassName
{
background-color: #920C8B;
}
.BgClassName
{
background-color: #920C8B;
}
</style>
border-color css
<style>
span { border-color: #920C8B; }
span { border-color: rgb(146,12,139); }
td.TdClassName
{
border-color: #920C8B;
}
.TagClassName
{
border-color: #920C8B;
}
</style>