Shades of Dark Purple #913E76
Tints of Dark Purple #913E76
RGB
CMYK
RGB Variations
Color information
#913E76 (or 0x913E76) is known color: Dark Purple. HEX triplet: 91, 3E and 76. RGB value is (145,62,118). Sum of RGB (Red+Green+Blue) = 145+62+118=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #913E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913E76 is #6EC189. Grayscale: #5D5D5D. Windows color (decimal): -7258506 or 7749265. OLE color: 7749265.
HSL color Cylindrical-coordinate representation of color #913E76: hue angle of 319.52º 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 #913E76 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 62 | 118 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.43 |
| HSL | 319.52º | 0.4% | 0.41% | - |
| HSV(B) | 319.52º | 0.57% | 0.57% | - |
| XYZ | 16.67 | 10.77 | 18.34 | - |
| YUV | 93.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 62 | 118 | 0 | 0.57 | 0.19 | 0.43 | 319.52 | 0.4 | 0.41 |
| Hex | 91 | 3E | 76 | 0 | 39 | 13 | 2B | 140 | 28 | 29 |
| Octal | 221 | 76 | 166 | 0 | 71 | 23 | 53 | 500 | 50 | 51 |
| Binary | 10010001 | 111110 | 1110110 | 0 | 111001 | 10011 | 101011 | 101000000 | 101000 | 101001 |
Color Harmonies of #913E76
Complementary color
Monochromatic Colors of #913E76
Black with #913E76
Text Example
Text Example
White with #913E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913E76; }
p { color: rgb(145,62,118); }
H1.HeaderClassName
{
color: #913E76;
}
.AnyTagClassName
{
color: #913E76;
}
</style>
background-color css
<style>
a { background-color: #913E76; }
a { background-color: rgb(145,62,118); }
div.DivClassName
{
background-color: #913E76;
}
.BgClassName
{
background-color: #913E76;
}
</style>
border-color css
<style>
span { border-color: #913E76; }
span { border-color: rgb(145,62,118); }
td.TdClassName
{
border-color: #913E76;
}
.TagClassName
{
border-color: #913E76;
}
</style>