Shades of Dark Purple #913E7E
Tints of Dark Purple #913E7E
RGB
CMYK
RGB Variations
Color information
#913E7E (or 0x913E7E) is known color: Dark Purple. HEX triplet: 91, 3E and 7E. RGB value is (145,62,126). Sum of RGB (Red+Green+Blue) = 145+62+126=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 145 - color contains mainly: red. Hex color #913E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913E7E is #6EC181. Grayscale: #5D5D5D. Windows color (decimal): -7258498 or 8273553. OLE color: 8273553.
HSL color Cylindrical-coordinate representation of color #913E7E: hue angle of 313.73º 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 #913E7E is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 62 | 126 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.43 |
| HSL | 313.73º | 0.4% | 0.41% | - |
| HSV(B) | 313.73º | 0.57% | 0.57% | - |
| XYZ | 17.17 | 10.97 | 20.95 | - |
| YUV | 94.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 62 | 126 | 0 | 0.57 | 0.13 | 0.43 | 313.73 | 0.4 | 0.41 |
| Hex | 91 | 3E | 7E | 0 | 39 | D | 2B | 13A | 28 | 29 |
| Octal | 221 | 76 | 176 | 0 | 71 | 15 | 53 | 472 | 50 | 51 |
| Binary | 10010001 | 111110 | 1111110 | 0 | 111001 | 1101 | 101011 | 100111010 | 101000 | 101001 |
Color Harmonies of #913E7E
Complementary color
Monochromatic Colors of #913E7E
Black with #913E7E
Text Example
Text Example
White with #913E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913E7E; }
p { color: rgb(145,62,126); }
H1.HeaderClassName
{
color: #913E7E;
}
.AnyTagClassName
{
color: #913E7E;
}
</style>
background-color css
<style>
a { background-color: #913E7E; }
a { background-color: rgb(145,62,126); }
div.DivClassName
{
background-color: #913E7E;
}
.BgClassName
{
background-color: #913E7E;
}
</style>
border-color css
<style>
span { border-color: #913E7E; }
span { border-color: rgb(145,62,126); }
td.TdClassName
{
border-color: #913E7E;
}
.TagClassName
{
border-color: #913E7E;
}
</style>