Shades of Dark Purple #931177
Tints of Dark Purple #931177
RGB
CMYK
RGB Variations
Color information
#931177 (or 0x931177) is known color: Dark Purple. HEX triplet: 93, 11 and 77. RGB value is (147,17,119). Sum of RGB (Red+Green+Blue) = 147+17+119=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #931177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931177 is #6CEE88. Grayscale: #434343. Windows color (decimal): -7138953 or 7803283. OLE color: 7803283.
HSL color Cylindrical-coordinate representation of color #931177: hue angle of 312.92º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931177 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 17 | 119 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.42 |
| HSL | 312.92º | 0.79% | 0.32% | - |
| HSV(B) | 312.92º | 0.88% | 0.58% | - |
| XYZ | 15.56 | 7.94 | 18.16 | - |
| YUV | 67.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 17 | 119 | 0 | 0.88 | 0.19 | 0.42 | 312.92 | 0.79 | 0.32 |
| Hex | 93 | 11 | 77 | 0 | 58 | 13 | 2A | 139 | 4F | 20 |
| Octal | 223 | 21 | 167 | 0 | 130 | 23 | 52 | 471 | 117 | 40 |
| Binary | 10010011 | 10001 | 1110111 | 0 | 1011000 | 10011 | 101010 | 100111001 | 1001111 | 100000 |
Color Harmonies of #931177
Complementary color
Monochromatic Colors of #931177
Black with #931177
Text Example
Text Example
White with #931177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931177; }
p { color: rgb(147,17,119); }
H1.HeaderClassName
{
color: #931177;
}
.AnyTagClassName
{
color: #931177;
}
</style>
background-color css
<style>
a { background-color: #931177; }
a { background-color: rgb(147,17,119); }
div.DivClassName
{
background-color: #931177;
}
.BgClassName
{
background-color: #931177;
}
</style>
border-color css
<style>
span { border-color: #931177; }
span { border-color: rgb(147,17,119); }
td.TdClassName
{
border-color: #931177;
}
.TagClassName
{
border-color: #931177;
}
</style>