Shades of Dark Magenta #92067F
Tints of Dark Magenta #92067F
RGB
CMYK
RGB Variations
Color information
#92067F (or 0x92067F) is known color: Dark Magenta. HEX triplet: 92, 06 and 7F. RGB value is (146,6,127). Sum of RGB (Red+Green+Blue) = 146+6+127=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #92067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92067F is #6DF980. Grayscale: #3D3D3D. Windows color (decimal): -7207297 or 8324754. OLE color: 8324754.
HSL color Cylindrical-coordinate representation of color #92067F: hue angle of 308.14º 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 #92067F is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 6 | 127 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.43 |
| HSL | 308.14º | 0.92% | 0.3% | - |
| HSV(B) | 308.14º | 0.96% | 0.57% | - |
| XYZ | 15.75 | 7.77 | 20.75 | - |
| YUV | 61.65 | 164.88 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 6 | 127 | 0 | 0.96 | 0.13 | 0.43 | 308.14 | 0.92 | 0.3 |
| Hex | 92 | 6 | 7F | 0 | 60 | D | 2B | 134 | 5C | 1E |
| Octal | 222 | 6 | 177 | 0 | 140 | 15 | 53 | 464 | 134 | 36 |
| Binary | 10010010 | 110 | 1111111 | 0 | 1100000 | 1101 | 101011 | 100110100 | 1011100 | 11110 |
Color Harmonies of #92067F
Complementary color
Monochromatic Colors of #92067F
Black with #92067F
Text Example
Text Example
White with #92067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92067F; }
p { color: rgb(146,6,127); }
H1.HeaderClassName
{
color: #92067F;
}
.AnyTagClassName
{
color: #92067F;
}
</style>
background-color css
<style>
a { background-color: #92067F; }
a { background-color: rgb(146,6,127); }
div.DivClassName
{
background-color: #92067F;
}
.BgClassName
{
background-color: #92067F;
}
</style>
border-color css
<style>
span { border-color: #92067F; }
span { border-color: rgb(146,6,127); }
td.TdClassName
{
border-color: #92067F;
}
.TagClassName
{
border-color: #92067F;
}
</style>