Shades of Dark Magenta #940882
Tints of Dark Magenta #940882
RGB
CMYK
RGB Variations
Color information
#940882 (or 0x940882) is known color: Dark Magenta. HEX triplet: 94, 08 and 82. RGB value is (148,8,130). Sum of RGB (Red+Green+Blue) = 148+8+130=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #940882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940882 is #6BF77D. Grayscale: #3F3F3F. Windows color (decimal): -7075710 or 8521876. OLE color: 8521876.
HSL color Cylindrical-coordinate representation of color #940882: hue angle of 307.71º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940882 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 8 | 130 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.42 |
| HSL | 307.71º | 0.9% | 0.31% | - |
| HSV(B) | 307.71º | 0.95% | 0.58% | - |
| XYZ | 16.33 | 8.08 | 21.82 | - |
| YUV | 63.77 | 165.38 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 8 | 130 | 0 | 0.95 | 0.12 | 0.42 | 307.71 | 0.9 | 0.31 |
| Hex | 94 | 8 | 82 | 0 | 5F | C | 2A | 134 | 5A | 1F |
| Octal | 224 | 10 | 202 | 0 | 137 | 14 | 52 | 464 | 132 | 37 |
| Binary | 10010100 | 1000 | 10000010 | 0 | 1011111 | 1100 | 101010 | 100110100 | 1011010 | 11111 |
Color Harmonies of #940882
Complementary color
Monochromatic Colors of #940882
Black with #940882
Text Example
Text Example
White with #940882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940882; }
p { color: rgb(148,8,130); }
H1.HeaderClassName
{
color: #940882;
}
.AnyTagClassName
{
color: #940882;
}
</style>
background-color css
<style>
a { background-color: #940882; }
a { background-color: rgb(148,8,130); }
div.DivClassName
{
background-color: #940882;
}
.BgClassName
{
background-color: #940882;
}
</style>
border-color css
<style>
span { border-color: #940882; }
span { border-color: rgb(148,8,130); }
td.TdClassName
{
border-color: #940882;
}
.TagClassName
{
border-color: #940882;
}
</style>