Shades of Dark Magenta #951297
Tints of Dark Magenta #951297
RGB
CMYK
RGB Variations
Color information
#951297 (or 0x951297) is known color: Dark Magenta. HEX triplet: 95, 12 and 97. RGB value is (149,18,151). Sum of RGB (Red+Green+Blue) = 149+18+151=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 151 (59.38% from 255 or 47.48% from 318); Max value from RGB is 151 - color contains mainly: blue. Hex color #951297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951297 is #6AED68. Grayscale: #474747. Windows color (decimal): -7007593 or 9900693. OLE color: 9900693.
HSL color Cylindrical-coordinate representation of color #951297: hue angle of 299.1º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951297 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 18 | 151 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.41 |
| HSL | 299.1º | 0.79% | 0.33% | - |
| HSV(B) | 299.1º | 0.88% | 0.59% | - |
| XYZ | 18.2 | 9.06 | 30.07 | - |
| YUV | 72.33 | 172.4 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 151 | 0.01 | 0.88 | 0 | 0.41 | 299.1 | 0.79 | 0.33 |
| Hex | 95 | 12 | 97 | 1 | 58 | 0 | 29 | 12B | 4F | 21 |
| Octal | 225 | 22 | 227 | 1 | 130 | 0 | 51 | 453 | 117 | 41 |
| Binary | 10010101 | 10010 | 10010111 | 1 | 1011000 | 0 | 101001 | 100101011 | 1001111 | 100001 |
Color Harmonies of #951297
Complementary color
Monochromatic Colors of #951297
Black with #951297
Text Example
Text Example
White with #951297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951297; }
p { color: rgb(149,18,151); }
H1.HeaderClassName
{
color: #951297;
}
.AnyTagClassName
{
color: #951297;
}
</style>
background-color css
<style>
a { background-color: #951297; }
a { background-color: rgb(149,18,151); }
div.DivClassName
{
background-color: #951297;
}
.BgClassName
{
background-color: #951297;
}
</style>
border-color css
<style>
span { border-color: #951297; }
span { border-color: rgb(149,18,151); }
td.TdClassName
{
border-color: #951297;
}
.TagClassName
{
border-color: #951297;
}
</style>