Shades of Dark Magenta #94088F
Tints of Dark Magenta #94088F
RGB
CMYK
RGB Variations
Color information
#94088F (or 0x94088F) is known color: Dark Magenta. HEX triplet: 94, 08 and 8F. RGB value is (148,8,143). Sum of RGB (Red+Green+Blue) = 148+8+143=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #94088F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94088F is #6BF770. Grayscale: #404040. Windows color (decimal): -7075697 or 9373844. OLE color: 9373844.
HSL color Cylindrical-coordinate representation of color #94088F: hue angle of 302.14º 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 #94088F is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 8 | 143 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.42 |
| HSL | 302.14º | 0.9% | 0.31% | - |
| HSV(B) | 302.14º | 0.95% | 0.58% | - |
| XYZ | 17.26 | 8.45 | 26.71 | - |
| YUV | 65.25 | 171.88 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 8 | 143 | 0 | 0.95 | 0.03 | 0.42 | 302.14 | 0.9 | 0.31 |
| Hex | 94 | 8 | 8F | 0 | 5F | 3 | 2A | 12E | 5A | 1F |
| Octal | 224 | 10 | 217 | 0 | 137 | 3 | 52 | 456 | 132 | 37 |
| Binary | 10010100 | 1000 | 10001111 | 0 | 1011111 | 11 | 101010 | 100101110 | 1011010 | 11111 |
Color Harmonies of #94088F
Complementary color
Monochromatic Colors of #94088F
Black with #94088F
Text Example
Text Example
White with #94088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94088F; }
p { color: rgb(148,8,143); }
H1.HeaderClassName
{
color: #94088F;
}
.AnyTagClassName
{
color: #94088F;
}
</style>
background-color css
<style>
a { background-color: #94088F; }
a { background-color: rgb(148,8,143); }
div.DivClassName
{
background-color: #94088F;
}
.BgClassName
{
background-color: #94088F;
}
</style>
border-color css
<style>
span { border-color: #94088F; }
span { border-color: rgb(148,8,143); }
td.TdClassName
{
border-color: #94088F;
}
.TagClassName
{
border-color: #94088F;
}
</style>