Shades of Dark Magenta #95007B
Tints of Dark Magenta #95007B
RGB
CMYK
RGB Variations
Color information
#95007B (or 0x95007B) is known color: Dark Magenta. HEX triplet: 95, 00 and 7B. RGB value is (149,0,123). Sum of RGB (Red+Green+Blue) = 149+0+123=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #95007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95007B is #6AFF84. Grayscale: #3A3A3A. Windows color (decimal): -7012229 or 8061077. OLE color: 8061077.
HSL color Cylindrical-coordinate representation of color #95007B: hue angle of 310.47º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95007B is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.17 | 0.42 |
| HSL | 310.47º | 1% | 0.29% | - |
| HSV(B) | 310.47º | 1% | 0.58% | - |
| XYZ | 15.97 | 7.82 | 19.41 | - |
| YUV | 58.57 | 164.36 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 123 | 0 | 1 | 0.17 | 0.42 | 310.47 | 1 | 0.29 |
| Hex | 95 | 0 | 7B | 0 | 64 | 11 | 2A | 136 | 64 | 1D |
| Octal | 225 | 0 | 173 | 0 | 144 | 21 | 52 | 466 | 144 | 35 |
| Binary | 10010101 | 0 | 1111011 | 0 | 1100100 | 10001 | 101010 | 100110110 | 1100100 | 11101 |
Color Harmonies of #95007B
Complementary color
Monochromatic Colors of #95007B
Black with #95007B
Text Example
Text Example
White with #95007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95007B; }
p { color: rgb(149,0,123); }
H1.HeaderClassName
{
color: #95007B;
}
.AnyTagClassName
{
color: #95007B;
}
</style>
background-color css
<style>
a { background-color: #95007B; }
a { background-color: rgb(149,0,123); }
div.DivClassName
{
background-color: #95007B;
}
.BgClassName
{
background-color: #95007B;
}
</style>
border-color css
<style>
span { border-color: #95007B; }
span { border-color: rgb(149,0,123); }
td.TdClassName
{
border-color: #95007B;
}
.TagClassName
{
border-color: #95007B;
}
</style>