Shades of Dark Purple #931871
Tints of Dark Purple #931871
RGB
CMYK
RGB Variations
Color information
#931871 (or 0x931871) is known color: Dark Purple. HEX triplet: 93, 18 and 71. RGB value is (147,24,113). Sum of RGB (Red+Green+Blue) = 147+24+113=284 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.76% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 147 - color contains mainly: red. Hex color #931871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931871 is #6CE78E. Grayscale: #464646. Windows color (decimal): -7137167 or 7411859. OLE color: 7411859.
HSL color Cylindrical-coordinate representation of color #931871: hue angle of 316.59º 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 #931871 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 24 | 113 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.42 |
| HSL | 316.59º | 0.72% | 0.34% | - |
| HSV(B) | 316.59º | 0.84% | 0.58% | - |
| XYZ | 15.34 | 8.05 | 16.37 | - |
| YUV | 70.92 | 151.75 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 24 | 113 | 0 | 0.84 | 0.23 | 0.42 | 316.59 | 0.72 | 0.34 |
| Hex | 93 | 18 | 71 | 0 | 54 | 17 | 2A | 13D | 48 | 22 |
| Octal | 223 | 30 | 161 | 0 | 124 | 27 | 52 | 475 | 110 | 42 |
| Binary | 10010011 | 11000 | 1110001 | 0 | 1010100 | 10111 | 101010 | 100111101 | 1001000 | 100010 |
Color Harmonies of #931871
Complementary color
Monochromatic Colors of #931871
Black with #931871
Text Example
Text Example
White with #931871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931871; }
p { color: rgb(147,24,113); }
H1.HeaderClassName
{
color: #931871;
}
.AnyTagClassName
{
color: #931871;
}
</style>
background-color css
<style>
a { background-color: #931871; }
a { background-color: rgb(147,24,113); }
div.DivClassName
{
background-color: #931871;
}
.BgClassName
{
background-color: #931871;
}
</style>
border-color css
<style>
span { border-color: #931871; }
span { border-color: rgb(147,24,113); }
td.TdClassName
{
border-color: #931871;
}
.TagClassName
{
border-color: #931871;
}
</style>