Shades of Dark Magenta #95038E
Tints of Dark Magenta #95038E
RGB
CMYK
RGB Variations
Color information
#95038E (or 0x95038E) is known color: Dark Magenta. HEX triplet: 95, 03 and 8E. RGB value is (149,3,142). Sum of RGB (Red+Green+Blue) = 149+3+142=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95038E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95038E is #6AFC71. Grayscale: #3E3E3E. Windows color (decimal): -7011442 or 9307029. OLE color: 9307029.
HSL color Cylindrical-coordinate representation of color #95038E: hue angle of 302.88º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #95038E is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 142 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.42 |
| HSL | 302.88º | 0.96% | 0.3% | - |
| HSV(B) | 302.88º | 0.98% | 0.58% | - |
| XYZ | 17.31 | 8.41 | 26.3 | - |
| YUV | 62.5 | 172.87 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 142 | 0 | 0.98 | 0.05 | 0.42 | 302.88 | 0.96 | 0.3 |
| Hex | 95 | 3 | 8E | 0 | 62 | 5 | 2A | 12F | 60 | 1E |
| Octal | 225 | 3 | 216 | 0 | 142 | 5 | 52 | 457 | 140 | 36 |
| Binary | 10010101 | 11 | 10001110 | 0 | 1100010 | 101 | 101010 | 100101111 | 1100000 | 11110 |
Color Harmonies of #95038E
Complementary color
Monochromatic Colors of #95038E
Black with #95038E
Text Example
Text Example
White with #95038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95038E; }
p { color: rgb(149,3,142); }
H1.HeaderClassName
{
color: #95038E;
}
.AnyTagClassName
{
color: #95038E;
}
</style>
background-color css
<style>
a { background-color: #95038E; }
a { background-color: rgb(149,3,142); }
div.DivClassName
{
background-color: #95038E;
}
.BgClassName
{
background-color: #95038E;
}
</style>
border-color css
<style>
span { border-color: #95038E; }
span { border-color: rgb(149,3,142); }
td.TdClassName
{
border-color: #95038E;
}
.TagClassName
{
border-color: #95038E;
}
</style>