Shades of Dark Magenta #940D82
Tints of Dark Magenta #940D82
RGB
CMYK
RGB Variations
Color information
#940D82 (or 0x940D82) is known color: Dark Magenta. HEX triplet: 94, 0D and 82. RGB value is (148,13,130). Sum of RGB (Red+Green+Blue) = 148+13+130=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #940D82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940D82 is #6BF27D. Grayscale: #424242. Windows color (decimal): -7074430 or 8523156. OLE color: 8523156.
HSL color Cylindrical-coordinate representation of color #940D82: hue angle of 308º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940D82 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 13 | 130 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.42 |
| HSL | 308º | 0.84% | 0.32% | - |
| HSV(B) | 308º | 0.91% | 0.58% | - |
| XYZ | 16.39 | 8.2 | 21.84 | - |
| YUV | 66.7 | 163.73 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 130 | 0 | 0.91 | 0.12 | 0.42 | 308 | 0.84 | 0.32 |
| Hex | 94 | D | 82 | 0 | 5B | C | 2A | 134 | 54 | 20 |
| Octal | 224 | 15 | 202 | 0 | 133 | 14 | 52 | 464 | 124 | 40 |
| Binary | 10010100 | 1101 | 10000010 | 0 | 1011011 | 1100 | 101010 | 100110100 | 1010100 | 100000 |
Color Harmonies of #940D82
Complementary color
Monochromatic Colors of #940D82
Black with #940D82
Text Example
Text Example
White with #940D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940D82; }
p { color: rgb(148,13,130); }
H1.HeaderClassName
{
color: #940D82;
}
.AnyTagClassName
{
color: #940D82;
}
</style>
background-color css
<style>
a { background-color: #940D82; }
a { background-color: rgb(148,13,130); }
div.DivClassName
{
background-color: #940D82;
}
.BgClassName
{
background-color: #940D82;
}
</style>
border-color css
<style>
span { border-color: #940D82; }
span { border-color: rgb(148,13,130); }
td.TdClassName
{
border-color: #940D82;
}
.TagClassName
{
border-color: #940D82;
}
</style>