Shades of Dark Magenta #95018F
Tints of Dark Magenta #95018F
RGB
CMYK
RGB Variations
Color information
#95018F (or 0x95018F) is known color: Dark Magenta. HEX triplet: 95, 01 and 8F. RGB value is (149,1,143). Sum of RGB (Red+Green+Blue) = 149+1+143=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #95018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95018F is #6AFE70. Grayscale: #3D3D3D. Windows color (decimal): -7011953 or 9372053. OLE color: 9372053.
HSL color Cylindrical-coordinate representation of color #95018F: hue angle of 302.43º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95018F is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 143 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.42 |
| HSL | 302.43º | 0.99% | 0.29% | - |
| HSV(B) | 302.43º | 0.99% | 0.58% | - |
| XYZ | 17.36 | 8.39 | 26.69 | - |
| YUV | 61.44 | 174.03 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 143 | 0 | 0.99 | 0.04 | 0.42 | 302.43 | 0.99 | 0.29 |
| Hex | 95 | 1 | 8F | 0 | 63 | 4 | 2A | 12E | 63 | 1D |
| Octal | 225 | 1 | 217 | 0 | 143 | 4 | 52 | 456 | 143 | 35 |
| Binary | 10010101 | 1 | 10001111 | 0 | 1100011 | 100 | 101010 | 100101110 | 1100011 | 11101 |
Color Harmonies of #95018F
Complementary color
Monochromatic Colors of #95018F
Black with #95018F
Text Example
Text Example
White with #95018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95018F; }
p { color: rgb(149,1,143); }
H1.HeaderClassName
{
color: #95018F;
}
.AnyTagClassName
{
color: #95018F;
}
</style>
background-color css
<style>
a { background-color: #95018F; }
a { background-color: rgb(149,1,143); }
div.DivClassName
{
background-color: #95018F;
}
.BgClassName
{
background-color: #95018F;
}
</style>
border-color css
<style>
span { border-color: #95018F; }
span { border-color: rgb(149,1,143); }
td.TdClassName
{
border-color: #95018F;
}
.TagClassName
{
border-color: #95018F;
}
</style>