Shades of Dark Purple #951671
Tints of Dark Purple #951671
RGB
CMYK
RGB Variations
Color information
#951671 (or 0x951671) is known color: Dark Purple. HEX triplet: 95, 16 and 71. RGB value is (149,22,113). Sum of RGB (Red+Green+Blue) = 149+22+113=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #951671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951671 is #6AE98E. Grayscale: #464646. Windows color (decimal): -7006607 or 7411349. OLE color: 7411349.
HSL color Cylindrical-coordinate representation of color #951671: hue angle of 317.01º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951671 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 22 | 113 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.42 |
| HSL | 317.01º | 0.74% | 0.34% | - |
| HSV(B) | 317.01º | 0.85% | 0.58% | - |
| XYZ | 15.66 | 8.16 | 16.37 | - |
| YUV | 70.35 | 152.08 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 22 | 113 | 0 | 0.85 | 0.24 | 0.42 | 317.01 | 0.74 | 0.34 |
| Hex | 95 | 16 | 71 | 0 | 55 | 18 | 2A | 13D | 4A | 22 |
| Octal | 225 | 26 | 161 | 0 | 125 | 30 | 52 | 475 | 112 | 42 |
| Binary | 10010101 | 10110 | 1110001 | 0 | 1010101 | 11000 | 101010 | 100111101 | 1001010 | 100010 |
Color Harmonies of #951671
Complementary color
Monochromatic Colors of #951671
Black with #951671
Text Example
Text Example
White with #951671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951671; }
p { color: rgb(149,22,113); }
H1.HeaderClassName
{
color: #951671;
}
.AnyTagClassName
{
color: #951671;
}
</style>
background-color css
<style>
a { background-color: #951671; }
a { background-color: rgb(149,22,113); }
div.DivClassName
{
background-color: #951671;
}
.BgClassName
{
background-color: #951671;
}
</style>
border-color css
<style>
span { border-color: #951671; }
span { border-color: rgb(149,22,113); }
td.TdClassName
{
border-color: #951671;
}
.TagClassName
{
border-color: #951671;
}
</style>