Shades of Dark Purple #931472
Tints of Dark Purple #931472
RGB
CMYK
RGB Variations
Color information
#931472 (or 0x931472) is known color: Dark Purple. HEX triplet: 93, 14 and 72. RGB value is (147,20,114). Sum of RGB (Red+Green+Blue) = 147+20+114=281 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.31% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 147 - color contains mainly: red. Hex color #931472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931472 is #6CEB8D. Grayscale: #444444. Windows color (decimal): -7138190 or 7476371. OLE color: 7476371.
HSL color Cylindrical-coordinate representation of color #931472: hue angle of 315.59º degrees, saturation: 0.76, 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 #931472 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 20 | 114 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.42 |
| HSL | 315.59º | 0.76% | 0.33% | - |
| HSV(B) | 315.59º | 0.86% | 0.58% | - |
| XYZ | 15.32 | 7.92 | 16.64 | - |
| YUV | 68.69 | 153.58 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 114 | 0 | 0.86 | 0.22 | 0.42 | 315.59 | 0.76 | 0.33 |
| Hex | 93 | 14 | 72 | 0 | 56 | 16 | 2A | 13C | 4C | 21 |
| Octal | 223 | 24 | 162 | 0 | 126 | 26 | 52 | 474 | 114 | 41 |
| Binary | 10010011 | 10100 | 1110010 | 0 | 1010110 | 10110 | 101010 | 100111100 | 1001100 | 100001 |
Color Harmonies of #931472
Complementary color
Monochromatic Colors of #931472
Black with #931472
Text Example
Text Example
White with #931472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931472; }
p { color: rgb(147,20,114); }
H1.HeaderClassName
{
color: #931472;
}
.AnyTagClassName
{
color: #931472;
}
</style>
background-color css
<style>
a { background-color: #931472; }
a { background-color: rgb(147,20,114); }
div.DivClassName
{
background-color: #931472;
}
.BgClassName
{
background-color: #931472;
}
</style>
border-color css
<style>
span { border-color: #931472; }
span { border-color: rgb(147,20,114); }
td.TdClassName
{
border-color: #931472;
}
.TagClassName
{
border-color: #931472;
}
</style>