Shades of Dark Purple #931377
Tints of Dark Purple #931377
RGB
CMYK
RGB Variations
Color information
#931377 (or 0x931377) is known color: Dark Purple. HEX triplet: 93, 13 and 77. RGB value is (147,19,119). Sum of RGB (Red+Green+Blue) = 147+19+119=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #931377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931377 is #6CEC88. Grayscale: #444444. Windows color (decimal): -7138441 or 7803795. OLE color: 7803795.
HSL color Cylindrical-coordinate representation of color #931377: hue angle of 313.12º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931377 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 19 | 119 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.42 |
| HSL | 313.13º | 0.77% | 0.33% | - |
| HSV(B) | 313.13º | 0.87% | 0.58% | - |
| XYZ | 15.6 | 8 | 18.18 | - |
| YUV | 68.67 | 156.41 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 19 | 119 | 0 | 0.87 | 0.19 | 0.42 | 313.13 | 0.77 | 0.33 |
| Hex | 93 | 13 | 77 | 0 | 57 | 13 | 2A | 139 | 4D | 21 |
| Octal | 223 | 23 | 167 | 0 | 127 | 23 | 52 | 471 | 115 | 41 |
| Binary | 10010011 | 10011 | 1110111 | 0 | 1010111 | 10011 | 101010 | 100111001 | 1001101 | 100001 |
Color Harmonies of #931377
Complementary color
Monochromatic Colors of #931377
Black with #931377
Text Example
Text Example
White with #931377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931377; }
p { color: rgb(147,19,119); }
H1.HeaderClassName
{
color: #931377;
}
.AnyTagClassName
{
color: #931377;
}
</style>
background-color css
<style>
a { background-color: #931377; }
a { background-color: rgb(147,19,119); }
div.DivClassName
{
background-color: #931377;
}
.BgClassName
{
background-color: #931377;
}
</style>
border-color css
<style>
span { border-color: #931377; }
span { border-color: rgb(147,19,119); }
td.TdClassName
{
border-color: #931377;
}
.TagClassName
{
border-color: #931377;
}
</style>