Shades of Dark Purple #931776
Tints of Dark Purple #931776
RGB
CMYK
RGB Variations
Color information
#931776 (or 0x931776) is known color: Dark Purple. HEX triplet: 93, 17 and 76. RGB value is (147,23,118). Sum of RGB (Red+Green+Blue) = 147+23+118=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #931776 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931776 is #6CE889. Grayscale: #464646. Windows color (decimal): -7137418 or 7739283. OLE color: 7739283.
HSL color Cylindrical-coordinate representation of color #931776: hue angle of 314.03º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #931776 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 23 | 118 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.42 |
| HSL | 314.03º | 0.73% | 0.33% | - |
| HSV(B) | 314.03º | 0.84% | 0.58% | - |
| XYZ | 15.61 | 8.12 | 17.88 | - |
| YUV | 70.91 | 154.58 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 23 | 118 | 0 | 0.84 | 0.20 | 0.42 | 314.03 | 0.73 | 0.33 |
| Hex | 93 | 17 | 76 | 0 | 54 | 14 | 2A | 13A | 49 | 21 |
| Octal | 223 | 27 | 166 | 0 | 124 | 24 | 52 | 472 | 111 | 41 |
| Binary | 10010011 | 10111 | 1110110 | 0 | 1010100 | 10100 | 101010 | 100111010 | 1001001 | 100001 |
Color Harmonies of #931776
Complementary color
Monochromatic Colors of #931776
Black with #931776
Text Example
Text Example
White with #931776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931776; }
p { color: rgb(147,23,118); }
H1.HeaderClassName
{
color: #931776;
}
.AnyTagClassName
{
color: #931776;
}
</style>
background-color css
<style>
a { background-color: #931776; }
a { background-color: rgb(147,23,118); }
div.DivClassName
{
background-color: #931776;
}
.BgClassName
{
background-color: #931776;
}
</style>
border-color css
<style>
span { border-color: #931776; }
span { border-color: rgb(147,23,118); }
td.TdClassName
{
border-color: #931776;
}
.TagClassName
{
border-color: #931776;
}
</style>