Shades of Dark Magenta #95038C
Tints of Dark Magenta #95038C
RGB
CMYK
RGB Variations
Color information
#95038C (or 0x95038C) is known color: Dark Magenta. HEX triplet: 95, 03 and 8C. RGB value is (149,3,140). Sum of RGB (Red+Green+Blue) = 149+3+140=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #95038C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95038C is #6AFC73. Grayscale: #3D3D3D. Windows color (decimal): -7011444 or 9175957. OLE color: 9175957.
HSL color Cylindrical-coordinate representation of color #95038C: hue angle of 303.7º 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 #95038C is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 140 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.42 |
| HSL | 303.7º | 0.96% | 0.3% | - |
| HSV(B) | 303.7º | 0.98% | 0.58% | - |
| XYZ | 17.16 | 8.35 | 25.52 | - |
| YUV | 62.27 | 171.87 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 140 | 0 | 0.98 | 0.06 | 0.42 | 303.7 | 0.96 | 0.3 |
| Hex | 95 | 3 | 8C | 0 | 62 | 6 | 2A | 130 | 60 | 1E |
| Octal | 225 | 3 | 214 | 0 | 142 | 6 | 52 | 460 | 140 | 36 |
| Binary | 10010101 | 11 | 10001100 | 0 | 1100010 | 110 | 101010 | 100110000 | 1100000 | 11110 |
Color Harmonies of #95038C
Complementary color
Monochromatic Colors of #95038C
Black with #95038C
Text Example
Text Example
White with #95038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95038C; }
p { color: rgb(149,3,140); }
H1.HeaderClassName
{
color: #95038C;
}
.AnyTagClassName
{
color: #95038C;
}
</style>
background-color css
<style>
a { background-color: #95038C; }
a { background-color: rgb(149,3,140); }
div.DivClassName
{
background-color: #95038C;
}
.BgClassName
{
background-color: #95038C;
}
</style>
border-color css
<style>
span { border-color: #95038C; }
span { border-color: rgb(149,3,140); }
td.TdClassName
{
border-color: #95038C;
}
.TagClassName
{
border-color: #95038C;
}
</style>