Shades of Dark Purple #913A73
Tints of Dark Purple #913A73
RGB
CMYK
RGB Variations
Color information
#913A73 (or 0x913A73) is known color: Dark Purple. HEX triplet: 91, 3A and 73. RGB value is (145,58,115). Sum of RGB (Red+Green+Blue) = 145+58+115=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #913A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913A73 is #6EC58C. Grayscale: #5A5A5A. Windows color (decimal): -7259533 or 7551633. OLE color: 7551633.
HSL color Cylindrical-coordinate representation of color #913A73: hue angle of 320.69º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #913A73 is Cyan = 0, Magento = 0.6, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 58 | 115 | - |
| CMYK | 0 | 0.6 | 0.21 | 0.43 |
| HSL | 320.69º | 0.43% | 0.4% | - |
| HSV(B) | 320.69º | 0.6% | 0.57% | - |
| XYZ | 16.28 | 10.28 | 17.35 | - |
| YUV | 90.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 58 | 115 | 0 | 0.6 | 0.21 | 0.43 | 320.69 | 0.43 | 0.4 |
| Hex | 91 | 3A | 73 | 0 | 3C | 15 | 2B | 141 | 2B | 28 |
| Octal | 221 | 72 | 163 | 0 | 74 | 25 | 53 | 501 | 53 | 50 |
| Binary | 10010001 | 111010 | 1110011 | 0 | 111100 | 10101 | 101011 | 101000001 | 101011 | 101000 |
Color Harmonies of #913A73
Complementary color
Monochromatic Colors of #913A73
Black with #913A73
Text Example
Text Example
White with #913A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913A73; }
p { color: rgb(145,58,115); }
H1.HeaderClassName
{
color: #913A73;
}
.AnyTagClassName
{
color: #913A73;
}
</style>
background-color css
<style>
a { background-color: #913A73; }
a { background-color: rgb(145,58,115); }
div.DivClassName
{
background-color: #913A73;
}
.BgClassName
{
background-color: #913A73;
}
</style>
border-color css
<style>
span { border-color: #913A73; }
span { border-color: rgb(145,58,115); }
td.TdClassName
{
border-color: #913A73;
}
.TagClassName
{
border-color: #913A73;
}
</style>