Shades of Dark Magenta #95017B
Tints of Dark Magenta #95017B
RGB
CMYK
RGB Variations
Color information
#95017B (or 0x95017B) is known color: Dark Magenta. HEX triplet: 95, 01 and 7B. RGB value is (149,1,123). Sum of RGB (Red+Green+Blue) = 149+1+123=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #95017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95017B is #6AFE84. Grayscale: #3A3A3A. Windows color (decimal): -7011973 or 8061333. OLE color: 8061333.
HSL color Cylindrical-coordinate representation of color #95017B: hue angle of 310.54º 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 #95017B is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.42 |
| HSL | 310.54º | 0.99% | 0.29% | - |
| HSV(B) | 310.54º | 0.99% | 0.58% | - |
| XYZ | 15.98 | 7.84 | 19.41 | - |
| YUV | 59.16 | 164.03 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 123 | 0 | 0.99 | 0.17 | 0.42 | 310.54 | 0.99 | 0.29 |
| Hex | 95 | 1 | 7B | 0 | 63 | 11 | 2A | 137 | 63 | 1D |
| Octal | 225 | 1 | 173 | 0 | 143 | 21 | 52 | 467 | 143 | 35 |
| Binary | 10010101 | 1 | 1111011 | 0 | 1100011 | 10001 | 101010 | 100110111 | 1100011 | 11101 |
Color Harmonies of #95017B
Complementary color
Monochromatic Colors of #95017B
Black with #95017B
Text Example
Text Example
White with #95017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95017B; }
p { color: rgb(149,1,123); }
H1.HeaderClassName
{
color: #95017B;
}
.AnyTagClassName
{
color: #95017B;
}
</style>
background-color css
<style>
a { background-color: #95017B; }
a { background-color: rgb(149,1,123); }
div.DivClassName
{
background-color: #95017B;
}
.BgClassName
{
background-color: #95017B;
}
</style>
border-color css
<style>
span { border-color: #95017B; }
span { border-color: rgb(149,1,123); }
td.TdClassName
{
border-color: #95017B;
}
.TagClassName
{
border-color: #95017B;
}
</style>