Shades of Dark Magenta #950A89
Tints of Dark Magenta #950A89
RGB
CMYK
RGB Variations
Color information
#950A89 (or 0x950A89) is known color: Dark Magenta. HEX triplet: 95, 0A and 89. RGB value is (149,10,137). Sum of RGB (Red+Green+Blue) = 149+10+137=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #950A89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950A89 is #6AF576. Grayscale: #414141. Windows color (decimal): -7009655 or 8981141. OLE color: 8981141.
HSL color Cylindrical-coordinate representation of color #950A89: hue angle of 305.18º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A89 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 10 | 137 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.42 |
| HSL | 305.18º | 0.87% | 0.31% | - |
| HSV(B) | 305.18º | 0.93% | 0.58% | - |
| XYZ | 17.02 | 8.41 | 24.39 | - |
| YUV | 66.04 | 168.05 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 10 | 137 | 0 | 0.93 | 0.08 | 0.42 | 305.18 | 0.87 | 0.31 |
| Hex | 95 | A | 89 | 0 | 5D | 8 | 2A | 131 | 57 | 1F |
| Octal | 225 | 12 | 211 | 0 | 135 | 10 | 52 | 461 | 127 | 37 |
| Binary | 10010101 | 1010 | 10001001 | 0 | 1011101 | 1000 | 101010 | 100110001 | 1010111 | 11111 |
Color Harmonies of #950A89
Complementary color
Monochromatic Colors of #950A89
Black with #950A89
Text Example
Text Example
White with #950A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950A89; }
p { color: rgb(149,10,137); }
H1.HeaderClassName
{
color: #950A89;
}
.AnyTagClassName
{
color: #950A89;
}
</style>
background-color css
<style>
a { background-color: #950A89; }
a { background-color: rgb(149,10,137); }
div.DivClassName
{
background-color: #950A89;
}
.BgClassName
{
background-color: #950A89;
}
</style>
border-color css
<style>
span { border-color: #950A89; }
span { border-color: rgb(149,10,137); }
td.TdClassName
{
border-color: #950A89;
}
.TagClassName
{
border-color: #950A89;
}
</style>