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