Shades of Dark Magenta #95009F
Tints of Dark Magenta #95009F
RGB
CMYK
RGB Variations
Color information
#95009F (or 0x95009F) is known color: Dark Magenta. HEX triplet: 95, 00 and 9F. RGB value is (149,0,159). Sum of RGB (Red+Green+Blue) = 149+0+159=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #95009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95009F is #6AFF60. Grayscale: #3E3E3E. Windows color (decimal): -7012193 or 10420373. OLE color: 10420373.
HSL color Cylindrical-coordinate representation of color #95009F: hue angle of 296.23º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95009F is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 0 | 159 | - |
| CMYK | 0.06 | 1 | 0 | 0.38 |
| HSL | 296.23º | 1% | 0.31% | - |
| HSV(B) | 296.23º | 1% | 0.62% | - |
| XYZ | 18.65 | 8.89 | 33.53 | - |
| YUV | 62.68 | 182.36 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 159 | 0.06 | 1 | 0 | 0.38 | 296.23 | 1 | 0.31 |
| Hex | 95 | 0 | 9F | 6 | 64 | 0 | 26 | 128 | 64 | 1F |
| Octal | 225 | 0 | 237 | 6 | 144 | 0 | 46 | 450 | 144 | 37 |
| Binary | 10010101 | 0 | 10011111 | 110 | 1100100 | 0 | 100110 | 100101000 | 1100100 | 11111 |
Color Harmonies of #95009F
Complementary color
Monochromatic Colors of #95009F
Black with #95009F
Text Example
Text Example
White with #95009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95009F; }
p { color: rgb(149,0,159); }
H1.HeaderClassName
{
color: #95009F;
}
.AnyTagClassName
{
color: #95009F;
}
</style>
background-color css
<style>
a { background-color: #95009F; }
a { background-color: rgb(149,0,159); }
div.DivClassName
{
background-color: #95009F;
}
.BgClassName
{
background-color: #95009F;
}
</style>
border-color css
<style>
span { border-color: #95009F; }
span { border-color: rgb(149,0,159); }
td.TdClassName
{
border-color: #95009F;
}
.TagClassName
{
border-color: #95009F;
}
</style>