Shades of Dark Magenta #950880
Tints of Dark Magenta #950880
RGB
CMYK
RGB Variations
Color information
#950880 (or 0x950880) is known color: Dark Magenta. HEX triplet: 95, 08 and 80. RGB value is (149,8,128). Sum of RGB (Red+Green+Blue) = 149+8+128=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #950880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950880 is #6AF77F. Grayscale: #3F3F3F. Windows color (decimal): -7010176 or 8390805. OLE color: 8390805.
HSL color Cylindrical-coordinate representation of color #950880: hue angle of 308.94º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950880 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 8 | 128 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.42 |
| HSL | 308.94º | 0.9% | 0.31% | - |
| HSV(B) | 308.94º | 0.95% | 0.58% | - |
| XYZ | 16.38 | 8.12 | 21.13 | - |
| YUV | 63.84 | 164.21 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 8 | 128 | 0 | 0.95 | 0.14 | 0.42 | 308.94 | 0.9 | 0.31 |
| Hex | 95 | 8 | 80 | 0 | 5F | E | 2A | 135 | 5A | 1F |
| Octal | 225 | 10 | 200 | 0 | 137 | 16 | 52 | 465 | 132 | 37 |
| Binary | 10010101 | 1000 | 10000000 | 0 | 1011111 | 1110 | 101010 | 100110101 | 1011010 | 11111 |
Color Harmonies of #950880
Complementary color
Monochromatic Colors of #950880
Black with #950880
Text Example
Text Example
White with #950880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950880; }
p { color: rgb(149,8,128); }
H1.HeaderClassName
{
color: #950880;
}
.AnyTagClassName
{
color: #950880;
}
</style>
background-color css
<style>
a { background-color: #950880; }
a { background-color: rgb(149,8,128); }
div.DivClassName
{
background-color: #950880;
}
.BgClassName
{
background-color: #950880;
}
</style>
border-color css
<style>
span { border-color: #950880; }
span { border-color: rgb(149,8,128); }
td.TdClassName
{
border-color: #950880;
}
.TagClassName
{
border-color: #950880;
}
</style>