Shades of Dark Magenta #92038C
Tints of Dark Magenta #92038C
RGB
CMYK
RGB Variations
Color information
#92038C (or 0x92038C) is known color: Dark Magenta. HEX triplet: 92, 03 and 8C. RGB value is (146,3,140). Sum of RGB (Red+Green+Blue) = 146+3+140=289 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.52% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 146 - color contains mainly: red. Hex color #92038C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92038C is #6DFC73. Grayscale: #3C3C3C. Windows color (decimal): -7208052 or 9175954. OLE color: 9175954.
HSL color Cylindrical-coordinate representation of color #92038C: hue angle of 302.52º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #92038C is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 3 | 140 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.43 |
| HSL | 302.52º | 0.96% | 0.29% | - |
| HSV(B) | 302.52º | 0.98% | 0.57% | - |
| XYZ | 16.62 | 8.07 | 25.49 | - |
| YUV | 61.38 | 172.38 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 3 | 140 | 0 | 0.98 | 0.04 | 0.43 | 302.52 | 0.96 | 0.29 |
| Hex | 92 | 3 | 8C | 0 | 62 | 4 | 2B | 12F | 60 | 1D |
| Octal | 222 | 3 | 214 | 0 | 142 | 4 | 53 | 457 | 140 | 35 |
| Binary | 10010010 | 11 | 10001100 | 0 | 1100010 | 100 | 101011 | 100101111 | 1100000 | 11101 |
Color Harmonies of #92038C
Complementary color
Monochromatic Colors of #92038C
Black with #92038C
Text Example
Text Example
White with #92038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92038C; }
p { color: rgb(146,3,140); }
H1.HeaderClassName
{
color: #92038C;
}
.AnyTagClassName
{
color: #92038C;
}
</style>
background-color css
<style>
a { background-color: #92038C; }
a { background-color: rgb(146,3,140); }
div.DivClassName
{
background-color: #92038C;
}
.BgClassName
{
background-color: #92038C;
}
</style>
border-color css
<style>
span { border-color: #92038C; }
span { border-color: rgb(146,3,140); }
td.TdClassName
{
border-color: #92038C;
}
.TagClassName
{
border-color: #92038C;
}
</style>