Shades of Dark Purple #931671
Tints of Dark Purple #931671
RGB
CMYK
RGB Variations
Color information
#931671 (or 0x931671) is known color: Dark Purple. HEX triplet: 93, 16 and 71. RGB value is (147,22,113). Sum of RGB (Red+Green+Blue) = 147+22+113=282 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.13% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 147 - color contains mainly: red. Hex color #931671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931671 is #6CE98E. Grayscale: #454545. Windows color (decimal): -7137679 or 7411347. OLE color: 7411347.
HSL color Cylindrical-coordinate representation of color #931671: hue angle of 316.32º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931671 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 22 | 113 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.42 |
| HSL | 316.32º | 0.74% | 0.33% | - |
| HSV(B) | 316.32º | 0.85% | 0.58% | - |
| XYZ | 15.3 | 7.97 | 16.35 | - |
| YUV | 69.75 | 152.41 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 113 | 0 | 0.85 | 0.23 | 0.42 | 316.32 | 0.74 | 0.33 |
| Hex | 93 | 16 | 71 | 0 | 55 | 17 | 2A | 13C | 4A | 21 |
| Octal | 223 | 26 | 161 | 0 | 125 | 27 | 52 | 474 | 112 | 41 |
| Binary | 10010011 | 10110 | 1110001 | 0 | 1010101 | 10111 | 101010 | 100111100 | 1001010 | 100001 |
Color Harmonies of #931671
Complementary color
Monochromatic Colors of #931671
Black with #931671
Text Example
Text Example
White with #931671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931671; }
p { color: rgb(147,22,113); }
H1.HeaderClassName
{
color: #931671;
}
.AnyTagClassName
{
color: #931671;
}
</style>
background-color css
<style>
a { background-color: #931671; }
a { background-color: rgb(147,22,113); }
div.DivClassName
{
background-color: #931671;
}
.BgClassName
{
background-color: #931671;
}
</style>
border-color css
<style>
span { border-color: #931671; }
span { border-color: rgb(147,22,113); }
td.TdClassName
{
border-color: #931671;
}
.TagClassName
{
border-color: #931671;
}
</style>