Shades of Dark Magenta #92089C
Tints of Dark Magenta #92089C
RGB
CMYK
RGB Variations
Color information
#92089C (or 0x92089C) is known color: Dark Magenta. HEX triplet: 92, 08 and 9C. RGB value is (146,8,156). Sum of RGB (Red+Green+Blue) = 146+8+156=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #92089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92089C is #6DF763. Grayscale: #414141. Windows color (decimal): -7206756 or 10225810. OLE color: 10225810.
HSL color Cylindrical-coordinate representation of color #92089C: hue angle of 295.95º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #92089C is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 8 | 156 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.39 |
| HSL | 295.95º | 0.9% | 0.32% | - |
| HSV(B) | 295.95º | 0.95% | 0.61% | - |
| XYZ | 17.94 | 8.68 | 32.18 | - |
| YUV | 66.13 | 178.72 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 8 | 156 | 0.06 | 0.95 | 0 | 0.39 | 295.95 | 0.9 | 0.32 |
| Hex | 92 | 8 | 9C | 6 | 5F | 0 | 27 | 128 | 5A | 20 |
| Octal | 222 | 10 | 234 | 6 | 137 | 0 | 47 | 450 | 132 | 40 |
| Binary | 10010010 | 1000 | 10011100 | 110 | 1011111 | 0 | 100111 | 100101000 | 1011010 | 100000 |
Color Harmonies of #92089C
Complementary color
Monochromatic Colors of #92089C
Black with #92089C
Text Example
Text Example
White with #92089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92089C; }
p { color: rgb(146,8,156); }
H1.HeaderClassName
{
color: #92089C;
}
.AnyTagClassName
{
color: #92089C;
}
</style>
background-color css
<style>
a { background-color: #92089C; }
a { background-color: rgb(146,8,156); }
div.DivClassName
{
background-color: #92089C;
}
.BgClassName
{
background-color: #92089C;
}
</style>
border-color css
<style>
span { border-color: #92089C; }
span { border-color: rgb(146,8,156); }
td.TdClassName
{
border-color: #92089C;
}
.TagClassName
{
border-color: #92089C;
}
</style>