Shades of Dark Magenta #921083
Tints of Dark Magenta #921083
RGB
CMYK
RGB Variations
Color information
#921083 (or 0x921083) is known color: Dark Magenta. HEX triplet: 92, 10 and 83. RGB value is (146,16,131). Sum of RGB (Red+Green+Blue) = 146+16+131=293 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.83% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 146 - color contains mainly: red. Hex color #921083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921083 is #6DEF7C. Grayscale: #434343. Windows color (decimal): -7204733 or 8589458. OLE color: 8589458.
HSL color Cylindrical-coordinate representation of color #921083: hue angle of 306.92º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #921083 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 16 | 131 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.43 |
| HSL | 306.92º | 0.8% | 0.32% | - |
| HSV(B) | 306.92º | 0.89% | 0.57% | - |
| XYZ | 16.14 | 8.12 | 22.19 | - |
| YUV | 67.98 | 163.57 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 16 | 131 | 0 | 0.89 | 0.10 | 0.43 | 306.92 | 0.8 | 0.32 |
| Hex | 92 | 10 | 83 | 0 | 59 | A | 2B | 133 | 50 | 20 |
| Octal | 222 | 20 | 203 | 0 | 131 | 12 | 53 | 463 | 120 | 40 |
| Binary | 10010010 | 10000 | 10000011 | 0 | 1011001 | 1010 | 101011 | 100110011 | 1010000 | 100000 |
Color Harmonies of #921083
Complementary color
Monochromatic Colors of #921083
Black with #921083
Text Example
Text Example
White with #921083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921083; }
p { color: rgb(146,16,131); }
H1.HeaderClassName
{
color: #921083;
}
.AnyTagClassName
{
color: #921083;
}
</style>
background-color css
<style>
a { background-color: #921083; }
a { background-color: rgb(146,16,131); }
div.DivClassName
{
background-color: #921083;
}
.BgClassName
{
background-color: #921083;
}
</style>
border-color css
<style>
span { border-color: #921083; }
span { border-color: rgb(146,16,131); }
td.TdClassName
{
border-color: #921083;
}
.TagClassName
{
border-color: #921083;
}
</style>