Shades of Dark Magenta #92068C
Tints of Dark Magenta #92068C
RGB
CMYK
RGB Variations
Color information
#92068C (or 0x92068C) is known color: Dark Magenta. HEX triplet: 92, 06 and 8C. RGB value is (146,6,140). Sum of RGB (Red+Green+Blue) = 146+6+140=292 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 146 - color contains mainly: red. Hex color #92068C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92068C is #6DF973. Grayscale: #3E3E3E. Windows color (decimal): -7207284 or 9176722. OLE color: 9176722.
HSL color Cylindrical-coordinate representation of color #92068C: hue angle of 302.57º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #92068C is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 6 | 140 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.43 |
| HSL | 302.57º | 0.92% | 0.3% | - |
| HSV(B) | 302.57º | 0.96% | 0.57% | - |
| XYZ | 16.65 | 8.13 | 25.5 | - |
| YUV | 63.14 | 171.38 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 6 | 140 | 0 | 0.96 | 0.04 | 0.43 | 302.57 | 0.92 | 0.3 |
| Hex | 92 | 6 | 8C | 0 | 60 | 4 | 2B | 12F | 5C | 1E |
| Octal | 222 | 6 | 214 | 0 | 140 | 4 | 53 | 457 | 134 | 36 |
| Binary | 10010010 | 110 | 10001100 | 0 | 1100000 | 100 | 101011 | 100101111 | 1011100 | 11110 |
Color Harmonies of #92068C
Complementary color
Monochromatic Colors of #92068C
Black with #92068C
Text Example
Text Example
White with #92068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92068C; }
p { color: rgb(146,6,140); }
H1.HeaderClassName
{
color: #92068C;
}
.AnyTagClassName
{
color: #92068C;
}
</style>
background-color css
<style>
a { background-color: #92068C; }
a { background-color: rgb(146,6,140); }
div.DivClassName
{
background-color: #92068C;
}
.BgClassName
{
background-color: #92068C;
}
</style>
border-color css
<style>
span { border-color: #92068C; }
span { border-color: rgb(146,6,140); }
td.TdClassName
{
border-color: #92068C;
}
.TagClassName
{
border-color: #92068C;
}
</style>