Shades of Dark Magenta #95017E
Tints of Dark Magenta #95017E
RGB
CMYK
RGB Variations
Color information
#95017E (or 0x95017E) is known color: Dark Magenta. HEX triplet: 95, 01 and 7E. RGB value is (149,1,126). Sum of RGB (Red+Green+Blue) = 149+1+126=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #95017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95017E is #6AFE81. Grayscale: #3B3B3B. Windows color (decimal): -7011970 or 8257941. OLE color: 8257941.
HSL color Cylindrical-coordinate representation of color #95017E: hue angle of 309.32º 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 #95017E is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 126 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.42 |
| HSL | 309.32º | 0.99% | 0.29% | - |
| HSV(B) | 309.32º | 0.99% | 0.58% | - |
| XYZ | 16.17 | 7.92 | 20.41 | - |
| YUV | 59.5 | 165.53 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 126 | 0 | 0.99 | 0.15 | 0.42 | 309.32 | 0.99 | 0.29 |
| Hex | 95 | 1 | 7E | 0 | 63 | F | 2A | 135 | 63 | 1D |
| Octal | 225 | 1 | 176 | 0 | 143 | 17 | 52 | 465 | 143 | 35 |
| Binary | 10010101 | 1 | 1111110 | 0 | 1100011 | 1111 | 101010 | 100110101 | 1100011 | 11101 |
Color Harmonies of #95017E
Complementary color
Monochromatic Colors of #95017E
Black with #95017E
Text Example
Text Example
White with #95017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95017E; }
p { color: rgb(149,1,126); }
H1.HeaderClassName
{
color: #95017E;
}
.AnyTagClassName
{
color: #95017E;
}
</style>
background-color css
<style>
a { background-color: #95017E; }
a { background-color: rgb(149,1,126); }
div.DivClassName
{
background-color: #95017E;
}
.BgClassName
{
background-color: #95017E;
}
</style>
border-color css
<style>
span { border-color: #95017E; }
span { border-color: rgb(149,1,126); }
td.TdClassName
{
border-color: #95017E;
}
.TagClassName
{
border-color: #95017E;
}
</style>