Shades of Dark Magenta #95019C
Tints of Dark Magenta #95019C
RGB
CMYK
RGB Variations
Color information
#95019C (or 0x95019C) is known color: Dark Magenta. HEX triplet: 95, 01 and 9C. RGB value is (149,1,156). Sum of RGB (Red+Green+Blue) = 149+1+156=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #95019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95019C is #6AFE63. Grayscale: #3E3E3E. Windows color (decimal): -7011940 or 10224021. OLE color: 10224021.
HSL color Cylindrical-coordinate representation of color #95019C: hue angle of 297.29º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95019C is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 1 | 156 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.39 |
| HSL | 297.29º | 0.99% | 0.31% | - |
| HSV(B) | 297.29º | 0.99% | 0.61% | - |
| XYZ | 18.41 | 8.81 | 32.18 | - |
| YUV | 62.92 | 180.53 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 156 | 0.04 | 0.99 | 0 | 0.39 | 297.29 | 0.99 | 0.31 |
| Hex | 95 | 1 | 9C | 4 | 63 | 0 | 27 | 129 | 63 | 1F |
| Octal | 225 | 1 | 234 | 4 | 143 | 0 | 47 | 451 | 143 | 37 |
| Binary | 10010101 | 1 | 10011100 | 100 | 1100011 | 0 | 100111 | 100101001 | 1100011 | 11111 |
Color Harmonies of #95019C
Complementary color
Monochromatic Colors of #95019C
Black with #95019C
Text Example
Text Example
White with #95019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95019C; }
p { color: rgb(149,1,156); }
H1.HeaderClassName
{
color: #95019C;
}
.AnyTagClassName
{
color: #95019C;
}
</style>
background-color css
<style>
a { background-color: #95019C; }
a { background-color: rgb(149,1,156); }
div.DivClassName
{
background-color: #95019C;
}
.BgClassName
{
background-color: #95019C;
}
</style>
border-color css
<style>
span { border-color: #95019C; }
span { border-color: rgb(149,1,156); }
td.TdClassName
{
border-color: #95019C;
}
.TagClassName
{
border-color: #95019C;
}
</style>