Shades of Dark Purple #931D77
Tints of Dark Purple #931D77
RGB
CMYK
RGB Variations
Color information
#931D77 (or 0x931D77) is known color: Dark Purple. HEX triplet: 93, 1D and 77. RGB value is (147,29,119). Sum of RGB (Red+Green+Blue) = 147+29+119=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #931D77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931D77 is #6CE288. Grayscale: #4A4A4A. Windows color (decimal): -7135881 or 7806355. OLE color: 7806355.
HSL color Cylindrical-coordinate representation of color #931D77: hue angle of 314.24º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #931D77 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 29 | 119 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.42 |
| HSL | 314.24º | 0.67% | 0.35% | - |
| HSV(B) | 314.24º | 0.8% | 0.58% | - |
| XYZ | 15.8 | 8.41 | 18.24 | - |
| YUV | 74.54 | 153.09 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 29 | 119 | 0 | 0.80 | 0.19 | 0.42 | 314.24 | 0.67 | 0.35 |
| Hex | 93 | 1D | 77 | 0 | 50 | 13 | 2A | 13A | 43 | 23 |
| Octal | 223 | 35 | 167 | 0 | 120 | 23 | 52 | 472 | 103 | 43 |
| Binary | 10010011 | 11101 | 1110111 | 0 | 1010000 | 10011 | 101010 | 100111010 | 1000011 | 100011 |
Color Harmonies of #931D77
Complementary color
Monochromatic Colors of #931D77
Black with #931D77
Text Example
Text Example
White with #931D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931D77; }
p { color: rgb(147,29,119); }
H1.HeaderClassName
{
color: #931D77;
}
.AnyTagClassName
{
color: #931D77;
}
</style>
background-color css
<style>
a { background-color: #931D77; }
a { background-color: rgb(147,29,119); }
div.DivClassName
{
background-color: #931D77;
}
.BgClassName
{
background-color: #931D77;
}
</style>
border-color css
<style>
span { border-color: #931D77; }
span { border-color: rgb(147,29,119); }
td.TdClassName
{
border-color: #931D77;
}
.TagClassName
{
border-color: #931D77;
}
</style>