Shades of Dark Purple #913E77
Tints of Dark Purple #913E77
RGB
CMYK
RGB Variations
Color information
#913E77 (or 0x913E77) is known color: Dark Purple. HEX triplet: 91, 3E and 77. RGB value is (145,62,119). Sum of RGB (Red+Green+Blue) = 145+62+119=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #913E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913E77 is #6EC188. Grayscale: #5D5D5D. Windows color (decimal): -7258505 or 7814801. OLE color: 7814801.
HSL color Cylindrical-coordinate representation of color #913E77: hue angle of 318.8º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #913E77 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 62 | 119 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.43 |
| HSL | 318.8º | 0.4% | 0.41% | - |
| HSV(B) | 318.8º | 0.57% | 0.57% | - |
| XYZ | 16.73 | 10.8 | 18.66 | - |
| YUV | 93.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 62 | 119 | 0 | 0.57 | 0.18 | 0.43 | 318.8 | 0.4 | 0.41 |
| Hex | 91 | 3E | 77 | 0 | 39 | 12 | 2B | 13F | 28 | 29 |
| Octal | 221 | 76 | 167 | 0 | 71 | 22 | 53 | 477 | 50 | 51 |
| Binary | 10010001 | 111110 | 1110111 | 0 | 111001 | 10010 | 101011 | 100111111 | 101000 | 101001 |
Color Harmonies of #913E77
Complementary color
Monochromatic Colors of #913E77
Black with #913E77
Text Example
Text Example
White with #913E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913E77; }
p { color: rgb(145,62,119); }
H1.HeaderClassName
{
color: #913E77;
}
.AnyTagClassName
{
color: #913E77;
}
</style>
background-color css
<style>
a { background-color: #913E77; }
a { background-color: rgb(145,62,119); }
div.DivClassName
{
background-color: #913E77;
}
.BgClassName
{
background-color: #913E77;
}
</style>
border-color css
<style>
span { border-color: #913E77; }
span { border-color: rgb(145,62,119); }
td.TdClassName
{
border-color: #913E77;
}
.TagClassName
{
border-color: #913E77;
}
</style>