Shades of Dark Purple #931371
Tints of Dark Purple #931371
RGB
CMYK
RGB Variations
Color information
#931371 (or 0x931371) is known color: Dark Purple. HEX triplet: 93, 13 and 71. RGB value is (147,19,113). Sum of RGB (Red+Green+Blue) = 147+19+113=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #931371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931371 is #6CEC8E. Grayscale: #434343. Windows color (decimal): -7138447 or 7410579. OLE color: 7410579.
HSL color Cylindrical-coordinate representation of color #931371: hue angle of 315.94º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931371 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 19 | 113 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.42 |
| HSL | 315.94º | 0.77% | 0.33% | - |
| HSV(B) | 315.94º | 0.87% | 0.58% | - |
| XYZ | 15.25 | 7.86 | 16.34 | - |
| YUV | 67.99 | 153.41 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 19 | 113 | 0 | 0.87 | 0.23 | 0.42 | 315.94 | 0.77 | 0.33 |
| Hex | 93 | 13 | 71 | 0 | 57 | 17 | 2A | 13C | 4D | 21 |
| Octal | 223 | 23 | 161 | 0 | 127 | 27 | 52 | 474 | 115 | 41 |
| Binary | 10010011 | 10011 | 1110001 | 0 | 1010111 | 10111 | 101010 | 100111100 | 1001101 | 100001 |
Color Harmonies of #931371
Complementary color
Monochromatic Colors of #931371
Black with #931371
Text Example
Text Example
White with #931371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931371; }
p { color: rgb(147,19,113); }
H1.HeaderClassName
{
color: #931371;
}
.AnyTagClassName
{
color: #931371;
}
</style>
background-color css
<style>
a { background-color: #931371; }
a { background-color: rgb(147,19,113); }
div.DivClassName
{
background-color: #931371;
}
.BgClassName
{
background-color: #931371;
}
</style>
border-color css
<style>
span { border-color: #931371; }
span { border-color: rgb(147,19,113); }
td.TdClassName
{
border-color: #931371;
}
.TagClassName
{
border-color: #931371;
}
</style>