Shades of Dark Magenta #94179F
Tints of Dark Magenta #94179F
RGB
CMYK
RGB Variations
Color information
#94179F (or 0x94179F) is known color: Dark Magenta. HEX triplet: 94, 17 and 9F. RGB value is (148,23,159). Sum of RGB (Red+Green+Blue) = 148+23+159=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #94179F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94179F is #6BE860. Grayscale: #4B4B4B. Windows color (decimal): -7071841 or 10426260. OLE color: 10426260.
HSL color Cylindrical-coordinate representation of color #94179F: hue angle of 295.15º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94179F is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 23 | 159 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.38 |
| HSL | 295.15º | 0.75% | 0.36% | - |
| HSV(B) | 295.15º | 0.86% | 0.62% | - |
| XYZ | 18.78 | 9.41 | 33.63 | - |
| YUV | 75.88 | 174.91 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 23 | 159 | 0.07 | 0.86 | 0 | 0.38 | 295.15 | 0.75 | 0.36 |
| Hex | 94 | 17 | 9F | 7 | 56 | 0 | 26 | 127 | 4B | 24 |
| Octal | 224 | 27 | 237 | 7 | 126 | 0 | 46 | 447 | 113 | 44 |
| Binary | 10010100 | 10111 | 10011111 | 111 | 1010110 | 0 | 100110 | 100100111 | 1001011 | 100100 |
Color Harmonies of #94179F
Complementary color
Monochromatic Colors of #94179F
Black with #94179F
Text Example
Text Example
White with #94179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94179F; }
p { color: rgb(148,23,159); }
H1.HeaderClassName
{
color: #94179F;
}
.AnyTagClassName
{
color: #94179F;
}
</style>
background-color css
<style>
a { background-color: #94179F; }
a { background-color: rgb(148,23,159); }
div.DivClassName
{
background-color: #94179F;
}
.BgClassName
{
background-color: #94179F;
}
</style>
border-color css
<style>
span { border-color: #94179F; }
span { border-color: rgb(148,23,159); }
td.TdClassName
{
border-color: #94179F;
}
.TagClassName
{
border-color: #94179F;
}
</style>