Shades of Dark Purple #913A81
Tints of Dark Purple #913A81
RGB
CMYK
RGB Variations
Color information
#913A81 (or 0x913A81) is known color: Dark Purple. HEX triplet: 91, 3A and 81. RGB value is (145,58,129). Sum of RGB (Red+Green+Blue) = 145+58+129=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #913A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913A81 is #6EC57E. Grayscale: #5B5B5B. Windows color (decimal): -7259519 or 8469137. OLE color: 8469137.
HSL color Cylindrical-coordinate representation of color #913A81: hue angle of 311.03º 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 #913A81 is Cyan = 0, Magento = 0.6, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 58 | 129 | - |
| CMYK | 0 | 0.6 | 0.11 | 0.43 |
| HSL | 311.03º | 0.43% | 0.4% | - |
| HSV(B) | 311.03º | 0.6% | 0.57% | - |
| XYZ | 17.15 | 10.63 | 21.92 | - |
| YUV | 92.11 | 148.82 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 58 | 129 | 0 | 0.6 | 0.11 | 0.43 | 311.03 | 0.43 | 0.4 |
| Hex | 91 | 3A | 81 | 0 | 3C | B | 2B | 137 | 2B | 28 |
| Octal | 221 | 72 | 201 | 0 | 74 | 13 | 53 | 467 | 53 | 50 |
| Binary | 10010001 | 111010 | 10000001 | 0 | 111100 | 1011 | 101011 | 100110111 | 101011 | 101000 |
Color Harmonies of #913A81
Complementary color
Monochromatic Colors of #913A81
Black with #913A81
Text Example
Text Example
White with #913A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913A81; }
p { color: rgb(145,58,129); }
H1.HeaderClassName
{
color: #913A81;
}
.AnyTagClassName
{
color: #913A81;
}
</style>
background-color css
<style>
a { background-color: #913A81; }
a { background-color: rgb(145,58,129); }
div.DivClassName
{
background-color: #913A81;
}
.BgClassName
{
background-color: #913A81;
}
</style>
border-color css
<style>
span { border-color: #913A81; }
span { border-color: rgb(145,58,129); }
td.TdClassName
{
border-color: #913A81;
}
.TagClassName
{
border-color: #913A81;
}
</style>