Shades of Dark Purple #913E83
Tints of Dark Purple #913E83
RGB
CMYK
RGB Variations
Color information
#913E83 (or 0x913E83) is known color: Dark Purple. HEX triplet: 91, 3E and 83. RGB value is (145,62,131). Sum of RGB (Red+Green+Blue) = 145+62+131=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #913E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913E83 is #6EC17C. Grayscale: #5E5E5E. Windows color (decimal): -7258493 or 8601233. OLE color: 8601233.
HSL color Cylindrical-coordinate representation of color #913E83: hue angle of 310.12º 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 #913E83 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 62 | 131 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.43 |
| HSL | 310.12º | 0.4% | 0.41% | - |
| HSV(B) | 310.12º | 0.57% | 0.57% | - |
| XYZ | 17.5 | 11.1 | 22.69 | - |
| YUV | 94.68 | 148.5 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 62 | 131 | 0 | 0.57 | 0.10 | 0.43 | 310.12 | 0.4 | 0.41 |
| Hex | 91 | 3E | 83 | 0 | 39 | A | 2B | 136 | 28 | 29 |
| Octal | 221 | 76 | 203 | 0 | 71 | 12 | 53 | 466 | 50 | 51 |
| Binary | 10010001 | 111110 | 10000011 | 0 | 111001 | 1010 | 101011 | 100110110 | 101000 | 101001 |
Color Harmonies of #913E83
Complementary color
Monochromatic Colors of #913E83
Black with #913E83
Text Example
Text Example
White with #913E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913E83; }
p { color: rgb(145,62,131); }
H1.HeaderClassName
{
color: #913E83;
}
.AnyTagClassName
{
color: #913E83;
}
</style>
background-color css
<style>
a { background-color: #913E83; }
a { background-color: rgb(145,62,131); }
div.DivClassName
{
background-color: #913E83;
}
.BgClassName
{
background-color: #913E83;
}
</style>
border-color css
<style>
span { border-color: #913E83; }
span { border-color: rgb(145,62,131); }
td.TdClassName
{
border-color: #913E83;
}
.TagClassName
{
border-color: #913E83;
}
</style>