Shades of Dark Purple #951571
Tints of Dark Purple #951571
RGB
CMYK
RGB Variations
Color information
#951571 (or 0x951571) is known color: Dark Purple. HEX triplet: 95, 15 and 71. RGB value is (149,21,113). Sum of RGB (Red+Green+Blue) = 149+21+113=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #951571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951571 is #6AEA8E. Grayscale: #454545. Windows color (decimal): -7006863 or 7411093. OLE color: 7411093.
HSL color Cylindrical-coordinate representation of color #951571: hue angle of 316.88º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951571 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 21 | 113 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.42 |
| HSL | 316.88º | 0.75% | 0.33% | - |
| HSV(B) | 316.88º | 0.86% | 0.58% | - |
| XYZ | 15.64 | 8.12 | 16.37 | - |
| YUV | 69.76 | 152.41 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 113 | 0 | 0.86 | 0.24 | 0.42 | 316.88 | 0.75 | 0.33 |
| Hex | 95 | 15 | 71 | 0 | 56 | 18 | 2A | 13D | 4B | 21 |
| Octal | 225 | 25 | 161 | 0 | 126 | 30 | 52 | 475 | 113 | 41 |
| Binary | 10010101 | 10101 | 1110001 | 0 | 1010110 | 11000 | 101010 | 100111101 | 1001011 | 100001 |
Color Harmonies of #951571
Complementary color
Monochromatic Colors of #951571
Black with #951571
Text Example
Text Example
White with #951571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951571; }
p { color: rgb(149,21,113); }
H1.HeaderClassName
{
color: #951571;
}
.AnyTagClassName
{
color: #951571;
}
</style>
background-color css
<style>
a { background-color: #951571; }
a { background-color: rgb(149,21,113); }
div.DivClassName
{
background-color: #951571;
}
.BgClassName
{
background-color: #951571;
}
</style>
border-color css
<style>
span { border-color: #951571; }
span { border-color: rgb(149,21,113); }
td.TdClassName
{
border-color: #951571;
}
.TagClassName
{
border-color: #951571;
}
</style>