Shades of Dark Purple #951871
Tints of Dark Purple #951871
RGB
CMYK
RGB Variations
Color information
#951871 (or 0x951871) is known color: Dark Purple. HEX triplet: 95, 18 and 71. RGB value is (149,24,113). Sum of RGB (Red+Green+Blue) = 149+24+113=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #951871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951871 is #6AE78E. Grayscale: #474747. Windows color (decimal): -7006095 or 7411861. OLE color: 7411861.
HSL color Cylindrical-coordinate representation of color #951871: hue angle of 317.28º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951871 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 24 | 113 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.42 |
| HSL | 317.28º | 0.72% | 0.34% | - |
| HSV(B) | 317.28º | 0.84% | 0.58% | - |
| XYZ | 15.7 | 8.24 | 16.38 | - |
| YUV | 71.52 | 151.41 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 113 | 0 | 0.84 | 0.24 | 0.42 | 317.28 | 0.72 | 0.34 |
| Hex | 95 | 18 | 71 | 0 | 54 | 18 | 2A | 13D | 48 | 22 |
| Octal | 225 | 30 | 161 | 0 | 124 | 30 | 52 | 475 | 110 | 42 |
| Binary | 10010101 | 11000 | 1110001 | 0 | 1010100 | 11000 | 101010 | 100111101 | 1001000 | 100010 |
Color Harmonies of #951871
Complementary color
Monochromatic Colors of #951871
Black with #951871
Text Example
Text Example
White with #951871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951871; }
p { color: rgb(149,24,113); }
H1.HeaderClassName
{
color: #951871;
}
.AnyTagClassName
{
color: #951871;
}
</style>
background-color css
<style>
a { background-color: #951871; }
a { background-color: rgb(149,24,113); }
div.DivClassName
{
background-color: #951871;
}
.BgClassName
{
background-color: #951871;
}
</style>
border-color css
<style>
span { border-color: #951871; }
span { border-color: rgb(149,24,113); }
td.TdClassName
{
border-color: #951871;
}
.TagClassName
{
border-color: #951871;
}
</style>