Shades of Dark Magenta #95019A
Tints of Dark Magenta #95019A
RGB
CMYK
RGB Variations
Color information
#95019A (or 0x95019A) is known color: Dark Magenta. HEX triplet: 95, 01 and 9A. RGB value is (149,1,154). Sum of RGB (Red+Green+Blue) = 149+1+154=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #95019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95019A is #6AFE65. Grayscale: #3E3E3E. Windows color (decimal): -7011942 or 10092949. OLE color: 10092949.
HSL color Cylindrical-coordinate representation of color #95019A: hue angle of 298.04º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95019A is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 1 | 154 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.40 |
| HSL | 298.04º | 0.99% | 0.3% | - |
| HSV(B) | 298.04º | 0.99% | 0.6% | - |
| XYZ | 18.24 | 8.74 | 31.3 | - |
| YUV | 62.69 | 179.53 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 154 | 0.03 | 0.99 | 0 | 0.40 | 298.04 | 0.99 | 0.3 |
| Hex | 95 | 1 | 9A | 3 | 63 | 0 | 28 | 12A | 63 | 1E |
| Octal | 225 | 1 | 232 | 3 | 143 | 0 | 50 | 452 | 143 | 36 |
| Binary | 10010101 | 1 | 10011010 | 11 | 1100011 | 0 | 101000 | 100101010 | 1100011 | 11110 |
Color Harmonies of #95019A
Complementary color
Monochromatic Colors of #95019A
Black with #95019A
Text Example
Text Example
White with #95019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95019A; }
p { color: rgb(149,1,154); }
H1.HeaderClassName
{
color: #95019A;
}
.AnyTagClassName
{
color: #95019A;
}
</style>
background-color css
<style>
a { background-color: #95019A; }
a { background-color: rgb(149,1,154); }
div.DivClassName
{
background-color: #95019A;
}
.BgClassName
{
background-color: #95019A;
}
</style>
border-color css
<style>
span { border-color: #95019A; }
span { border-color: rgb(149,1,154); }
td.TdClassName
{
border-color: #95019A;
}
.TagClassName
{
border-color: #95019A;
}
</style>