Shades of Dark Purple #931572
Tints of Dark Purple #931572
RGB
CMYK
RGB Variations
Color information
#931572 (or 0x931572) is known color: Dark Purple. HEX triplet: 93, 15 and 72. RGB value is (147,21,114). Sum of RGB (Red+Green+Blue) = 147+21+114=282 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.13% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 147 - color contains mainly: red. Hex color #931572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931572 is #6CEA8D. Grayscale: #454545. Windows color (decimal): -7137934 or 7476627. OLE color: 7476627.
HSL color Cylindrical-coordinate representation of color #931572: hue angle of 315.71º 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 #931572 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 21 | 114 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.42 |
| HSL | 315.71º | 0.75% | 0.33% | - |
| HSV(B) | 315.71º | 0.86% | 0.58% | - |
| XYZ | 15.34 | 7.95 | 16.65 | - |
| YUV | 69.28 | 153.24 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 114 | 0 | 0.86 | 0.22 | 0.42 | 315.71 | 0.75 | 0.33 |
| Hex | 93 | 15 | 72 | 0 | 56 | 16 | 2A | 13C | 4B | 21 |
| Octal | 223 | 25 | 162 | 0 | 126 | 26 | 52 | 474 | 113 | 41 |
| Binary | 10010011 | 10101 | 1110010 | 0 | 1010110 | 10110 | 101010 | 100111100 | 1001011 | 100001 |
Color Harmonies of #931572
Complementary color
Monochromatic Colors of #931572
Black with #931572
Text Example
Text Example
White with #931572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931572; }
p { color: rgb(147,21,114); }
H1.HeaderClassName
{
color: #931572;
}
.AnyTagClassName
{
color: #931572;
}
</style>
background-color css
<style>
a { background-color: #931572; }
a { background-color: rgb(147,21,114); }
div.DivClassName
{
background-color: #931572;
}
.BgClassName
{
background-color: #931572;
}
</style>
border-color css
<style>
span { border-color: #931572; }
span { border-color: rgb(147,21,114); }
td.TdClassName
{
border-color: #931572;
}
.TagClassName
{
border-color: #931572;
}
</style>