Shades of Dark Magenta #94118F
Tints of Dark Magenta #94118F
RGB
CMYK
RGB Variations
Color information
#94118F (or 0x94118F) is known color: Dark Magenta. HEX triplet: 94, 11 and 8F. RGB value is (148,17,143). Sum of RGB (Red+Green+Blue) = 148+17+143=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #94118F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94118F is #6BEE70. Grayscale: #464646. Windows color (decimal): -7073393 or 9376148. OLE color: 9376148.
HSL color Cylindrical-coordinate representation of color #94118F: hue angle of 302.29º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #94118F is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 17 | 143 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.42 |
| HSL | 302.29º | 0.79% | 0.32% | - |
| HSV(B) | 302.29º | 0.89% | 0.58% | - |
| XYZ | 17.37 | 8.68 | 26.75 | - |
| YUV | 70.53 | 168.9 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 143 | 0 | 0.89 | 0.03 | 0.42 | 302.29 | 0.79 | 0.32 |
| Hex | 94 | 11 | 8F | 0 | 59 | 3 | 2A | 12E | 4F | 20 |
| Octal | 224 | 21 | 217 | 0 | 131 | 3 | 52 | 456 | 117 | 40 |
| Binary | 10010100 | 10001 | 10001111 | 0 | 1011001 | 11 | 101010 | 100101110 | 1001111 | 100000 |
Color Harmonies of #94118F
Complementary color
Monochromatic Colors of #94118F
Black with #94118F
Text Example
Text Example
White with #94118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94118F; }
p { color: rgb(148,17,143); }
H1.HeaderClassName
{
color: #94118F;
}
.AnyTagClassName
{
color: #94118F;
}
</style>
background-color css
<style>
a { background-color: #94118F; }
a { background-color: rgb(148,17,143); }
div.DivClassName
{
background-color: #94118F;
}
.BgClassName
{
background-color: #94118F;
}
</style>
border-color css
<style>
span { border-color: #94118F; }
span { border-color: rgb(148,17,143); }
td.TdClassName
{
border-color: #94118F;
}
.TagClassName
{
border-color: #94118F;
}
</style>