Shades of Dark Magenta #920881
Tints of Dark Magenta #920881
RGB
CMYK
RGB Variations
Color information
#920881 (or 0x920881) is known color: Dark Magenta. HEX triplet: 92, 08 and 81. RGB value is (146,8,129). Sum of RGB (Red+Green+Blue) = 146+8+129=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #920881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920881 is #6DF77E. Grayscale: #3E3E3E. Windows color (decimal): -7206783 or 8456338. OLE color: 8456338.
HSL color Cylindrical-coordinate representation of color #920881: hue angle of 307.39º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920881 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 8 | 129 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.43 |
| HSL | 307.39º | 0.9% | 0.3% | - |
| HSV(B) | 307.39º | 0.95% | 0.57% | - |
| XYZ | 15.9 | 7.87 | 21.45 | - |
| YUV | 63.06 | 165.22 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 8 | 129 | 0 | 0.95 | 0.12 | 0.43 | 307.39 | 0.9 | 0.3 |
| Hex | 92 | 8 | 81 | 0 | 5F | C | 2B | 133 | 5A | 1E |
| Octal | 222 | 10 | 201 | 0 | 137 | 14 | 53 | 463 | 132 | 36 |
| Binary | 10010010 | 1000 | 10000001 | 0 | 1011111 | 1100 | 101011 | 100110011 | 1011010 | 11110 |
Color Harmonies of #920881
Complementary color
Monochromatic Colors of #920881
Black with #920881
Text Example
Text Example
White with #920881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920881; }
p { color: rgb(146,8,129); }
H1.HeaderClassName
{
color: #920881;
}
.AnyTagClassName
{
color: #920881;
}
</style>
background-color css
<style>
a { background-color: #920881; }
a { background-color: rgb(146,8,129); }
div.DivClassName
{
background-color: #920881;
}
.BgClassName
{
background-color: #920881;
}
</style>
border-color css
<style>
span { border-color: #920881; }
span { border-color: rgb(146,8,129); }
td.TdClassName
{
border-color: #920881;
}
.TagClassName
{
border-color: #920881;
}
</style>