Shades of Dark Magenta #94138D
Tints of Dark Magenta #94138D
RGB
CMYK
RGB Variations
Color information
#94138D (or 0x94138D) is known color: Dark Magenta. HEX triplet: 94, 13 and 8D. RGB value is (148,19,141). Sum of RGB (Red+Green+Blue) = 148+19+141=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #94138D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94138D is #6BEC72. Grayscale: #474747. Windows color (decimal): -7072883 or 9245588. OLE color: 9245588.
HSL color Cylindrical-coordinate representation of color #94138D: hue angle of 303.26º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94138D is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 19 | 141 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.42 |
| HSL | 303.26º | 0.77% | 0.33% | - |
| HSV(B) | 303.26º | 0.87% | 0.58% | - |
| XYZ | 17.25 | 8.68 | 25.97 | - |
| YUV | 71.48 | 167.24 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 19 | 141 | 0 | 0.87 | 0.05 | 0.42 | 303.26 | 0.77 | 0.33 |
| Hex | 94 | 13 | 8D | 0 | 57 | 5 | 2A | 12F | 4D | 21 |
| Octal | 224 | 23 | 215 | 0 | 127 | 5 | 52 | 457 | 115 | 41 |
| Binary | 10010100 | 10011 | 10001101 | 0 | 1010111 | 101 | 101010 | 100101111 | 1001101 | 100001 |
Color Harmonies of #94138D
Complementary color
Monochromatic Colors of #94138D
Black with #94138D
Text Example
Text Example
White with #94138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94138D; }
p { color: rgb(148,19,141); }
H1.HeaderClassName
{
color: #94138D;
}
.AnyTagClassName
{
color: #94138D;
}
</style>
background-color css
<style>
a { background-color: #94138D; }
a { background-color: rgb(148,19,141); }
div.DivClassName
{
background-color: #94138D;
}
.BgClassName
{
background-color: #94138D;
}
</style>
border-color css
<style>
span { border-color: #94138D; }
span { border-color: rgb(148,19,141); }
td.TdClassName
{
border-color: #94138D;
}
.TagClassName
{
border-color: #94138D;
}
</style>