Shades of Dark Magenta #94017D
Tints of Dark Magenta #94017D
RGB
CMYK
RGB Variations
Color information
#94017D (or 0x94017D) is known color: Dark Magenta. HEX triplet: 94, 01 and 7D. RGB value is (148,1,125). Sum of RGB (Red+Green+Blue) = 148+1+125=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #94017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94017D is #6BFE82. Grayscale: #3A3A3A. Windows color (decimal): -7077507 or 8192404. OLE color: 8192404.
HSL color Cylindrical-coordinate representation of color #94017D: hue angle of 309.39º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94017D is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 1 | 125 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.42 |
| HSL | 309.39º | 0.99% | 0.29% | - |
| HSV(B) | 309.39º | 0.99% | 0.58% | - |
| XYZ | 15.93 | 7.8 | 20.07 | - |
| YUV | 59.09 | 165.2 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 125 | 0 | 0.99 | 0.16 | 0.42 | 309.39 | 0.99 | 0.29 |
| Hex | 94 | 1 | 7D | 0 | 63 | 10 | 2A | 135 | 63 | 1D |
| Octal | 224 | 1 | 175 | 0 | 143 | 20 | 52 | 465 | 143 | 35 |
| Binary | 10010100 | 1 | 1111101 | 0 | 1100011 | 10000 | 101010 | 100110101 | 1100011 | 11101 |
Color Harmonies of #94017D
Complementary color
Monochromatic Colors of #94017D
Black with #94017D
Text Example
Text Example
White with #94017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94017D; }
p { color: rgb(148,1,125); }
H1.HeaderClassName
{
color: #94017D;
}
.AnyTagClassName
{
color: #94017D;
}
</style>
background-color css
<style>
a { background-color: #94017D; }
a { background-color: rgb(148,1,125); }
div.DivClassName
{
background-color: #94017D;
}
.BgClassName
{
background-color: #94017D;
}
</style>
border-color css
<style>
span { border-color: #94017D; }
span { border-color: rgb(148,1,125); }
td.TdClassName
{
border-color: #94017D;
}
.TagClassName
{
border-color: #94017D;
}
</style>