Shades of Dark Purple #931570
Tints of Dark Purple #931570
RGB
CMYK
RGB Variations
Color information
#931570 (or 0x931570) is known color: Dark Purple. HEX triplet: 93, 15 and 70. RGB value is (147,21,112). Sum of RGB (Red+Green+Blue) = 147+21+112=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #931570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931570 is #6CEA8F. Grayscale: #444444. Windows color (decimal): -7137936 or 7345555. OLE color: 7345555.
HSL color Cylindrical-coordinate representation of color #931570: hue angle of 316.67º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931570 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 21 | 112 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.42 |
| HSL | 316.67º | 0.75% | 0.33% | - |
| HSV(B) | 316.67º | 0.86% | 0.58% | - |
| XYZ | 15.23 | 7.91 | 16.05 | - |
| YUV | 69.05 | 152.24 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 112 | 0 | 0.86 | 0.24 | 0.42 | 316.67 | 0.75 | 0.33 |
| Hex | 93 | 15 | 70 | 0 | 56 | 18 | 2A | 13D | 4B | 21 |
| Octal | 223 | 25 | 160 | 0 | 126 | 30 | 52 | 475 | 113 | 41 |
| Binary | 10010011 | 10101 | 1110000 | 0 | 1010110 | 11000 | 101010 | 100111101 | 1001011 | 100001 |
Color Harmonies of #931570
Complementary color
Monochromatic Colors of #931570
Black with #931570
Text Example
Text Example
White with #931570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931570; }
p { color: rgb(147,21,112); }
H1.HeaderClassName
{
color: #931570;
}
.AnyTagClassName
{
color: #931570;
}
</style>
background-color css
<style>
a { background-color: #931570; }
a { background-color: rgb(147,21,112); }
div.DivClassName
{
background-color: #931570;
}
.BgClassName
{
background-color: #931570;
}
</style>
border-color css
<style>
span { border-color: #931570; }
span { border-color: rgb(147,21,112); }
td.TdClassName
{
border-color: #931570;
}
.TagClassName
{
border-color: #931570;
}
</style>