Shades of Dark Purple #913A7A
Tints of Dark Purple #913A7A
RGB
CMYK
RGB Variations
Color information
#913A7A (or 0x913A7A) is known color: Dark Purple. HEX triplet: 91, 3A and 7A. RGB value is (145,58,122). Sum of RGB (Red+Green+Blue) = 145+58+122=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #913A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913A7A is #6EC585. Grayscale: #5B5B5B. Windows color (decimal): -7259526 or 8010385. OLE color: 8010385.
HSL color Cylindrical-coordinate representation of color #913A7A: hue angle of 315.86º 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 #913A7A is Cyan = 0, Magento = 0.6, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 58 | 122 | - |
| CMYK | 0 | 0.6 | 0.16 | 0.43 |
| HSL | 315.86º | 0.43% | 0.4% | - |
| HSV(B) | 315.86º | 0.6% | 0.57% | - |
| XYZ | 16.7 | 10.45 | 19.55 | - |
| YUV | 91.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 58 | 122 | 0 | 0.6 | 0.16 | 0.43 | 315.86 | 0.43 | 0.4 |
| Hex | 91 | 3A | 7A | 0 | 3C | 10 | 2B | 13C | 2B | 28 |
| Octal | 221 | 72 | 172 | 0 | 74 | 20 | 53 | 474 | 53 | 50 |
| Binary | 10010001 | 111010 | 1111010 | 0 | 111100 | 10000 | 101011 | 100111100 | 101011 | 101000 |
Color Harmonies of #913A7A
Complementary color
Monochromatic Colors of #913A7A
Black with #913A7A
Text Example
Text Example
White with #913A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913A7A; }
p { color: rgb(145,58,122); }
H1.HeaderClassName
{
color: #913A7A;
}
.AnyTagClassName
{
color: #913A7A;
}
</style>
background-color css
<style>
a { background-color: #913A7A; }
a { background-color: rgb(145,58,122); }
div.DivClassName
{
background-color: #913A7A;
}
.BgClassName
{
background-color: #913A7A;
}
</style>
border-color css
<style>
span { border-color: #913A7A; }
span { border-color: rgb(145,58,122); }
td.TdClassName
{
border-color: #913A7A;
}
.TagClassName
{
border-color: #913A7A;
}
</style>