Shades of Dark Magenta #920388
Tints of Dark Magenta #920388
RGB
CMYK
RGB Variations
Color information
#920388 (or 0x920388) is known color: Dark Magenta. HEX triplet: 92, 03 and 88. RGB value is (146,3,136). Sum of RGB (Red+Green+Blue) = 146+3+136=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #920388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920388 is #6DFC77. Grayscale: #3C3C3C. Windows color (decimal): -7208056 or 8913810. OLE color: 8913810.
HSL color Cylindrical-coordinate representation of color #920388: hue angle of 304.2º 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 #920388 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 3 | 136 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.43 |
| HSL | 304.2º | 0.96% | 0.29% | - |
| HSV(B) | 304.2º | 0.98% | 0.57% | - |
| XYZ | 16.33 | 7.95 | 23.97 | - |
| YUV | 60.92 | 170.38 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 3 | 136 | 0 | 0.98 | 0.07 | 0.43 | 304.2 | 0.96 | 0.29 |
| Hex | 92 | 3 | 88 | 0 | 62 | 7 | 2B | 130 | 60 | 1D |
| Octal | 222 | 3 | 210 | 0 | 142 | 7 | 53 | 460 | 140 | 35 |
| Binary | 10010010 | 11 | 10001000 | 0 | 1100010 | 111 | 101011 | 100110000 | 1100000 | 11101 |
Color Harmonies of #920388
Complementary color
Monochromatic Colors of #920388
Black with #920388
Text Example
Text Example
White with #920388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920388; }
p { color: rgb(146,3,136); }
H1.HeaderClassName
{
color: #920388;
}
.AnyTagClassName
{
color: #920388;
}
</style>
background-color css
<style>
a { background-color: #920388; }
a { background-color: rgb(146,3,136); }
div.DivClassName
{
background-color: #920388;
}
.BgClassName
{
background-color: #920388;
}
</style>
border-color css
<style>
span { border-color: #920388; }
span { border-color: rgb(146,3,136); }
td.TdClassName
{
border-color: #920388;
}
.TagClassName
{
border-color: #920388;
}
</style>