Shades of Dark Purple #913C83
Tints of Dark Purple #913C83
RGB
CMYK
RGB Variations
Color information
#913C83 (or 0x913C83) is known color: Dark Purple. HEX triplet: 91, 3C and 83. RGB value is (145,60,131). Sum of RGB (Red+Green+Blue) = 145+60+131=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #913C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913C83 is #6EC37C. Grayscale: #5D5D5D. Windows color (decimal): -7259005 or 8600721. OLE color: 8600721.
HSL color Cylindrical-coordinate representation of color #913C83: hue angle of 309.88º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #913C83 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 60 | 131 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.43 |
| HSL | 309.88º | 0.41% | 0.4% | - |
| HSV(B) | 309.88º | 0.59% | 0.57% | - |
| XYZ | 17.39 | 10.89 | 22.66 | - |
| YUV | 93.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 60 | 131 | 0 | 0.59 | 0.10 | 0.43 | 309.88 | 0.41 | 0.4 |
| Hex | 91 | 3C | 83 | 0 | 3B | A | 2B | 136 | 29 | 28 |
| Octal | 221 | 74 | 203 | 0 | 73 | 12 | 53 | 466 | 51 | 50 |
| Binary | 10010001 | 111100 | 10000011 | 0 | 111011 | 1010 | 101011 | 100110110 | 101001 | 101000 |
Color Harmonies of #913C83
Complementary color
Monochromatic Colors of #913C83
Black with #913C83
Text Example
Text Example
White with #913C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913C83; }
p { color: rgb(145,60,131); }
H1.HeaderClassName
{
color: #913C83;
}
.AnyTagClassName
{
color: #913C83;
}
</style>
background-color css
<style>
a { background-color: #913C83; }
a { background-color: rgb(145,60,131); }
div.DivClassName
{
background-color: #913C83;
}
.BgClassName
{
background-color: #913C83;
}
</style>
border-color css
<style>
span { border-color: #913C83; }
span { border-color: rgb(145,60,131); }
td.TdClassName
{
border-color: #913C83;
}
.TagClassName
{
border-color: #913C83;
}
</style>