Shades of Dark Purple #913C82
Tints of Dark Purple #913C82
RGB
CMYK
RGB Variations
Color information
#913C82 (or 0x913C82) is known color: Dark Purple. HEX triplet: 91, 3C and 82. RGB value is (145,60,130). Sum of RGB (Red+Green+Blue) = 145+60+130=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #913C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913C82 is #6EC37D. Grayscale: #5D5D5D. Windows color (decimal): -7259006 or 8535185. OLE color: 8535185.
HSL color Cylindrical-coordinate representation of color #913C82: hue angle of 310.59º 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 #913C82 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 60 | 130 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.43 |
| HSL | 310.59º | 0.41% | 0.4% | - |
| HSV(B) | 310.59º | 0.59% | 0.57% | - |
| XYZ | 17.32 | 10.86 | 22.3 | - |
| YUV | 93.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 60 | 130 | 0 | 0.59 | 0.10 | 0.43 | 310.59 | 0.41 | 0.4 |
| Hex | 91 | 3C | 82 | 0 | 3B | A | 2B | 137 | 29 | 28 |
| Octal | 221 | 74 | 202 | 0 | 73 | 12 | 53 | 467 | 51 | 50 |
| Binary | 10010001 | 111100 | 10000010 | 0 | 111011 | 1010 | 101011 | 100110111 | 101001 | 101000 |
Color Harmonies of #913C82
Complementary color
Monochromatic Colors of #913C82
Black with #913C82
Text Example
Text Example
White with #913C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913C82; }
p { color: rgb(145,60,130); }
H1.HeaderClassName
{
color: #913C82;
}
.AnyTagClassName
{
color: #913C82;
}
</style>
background-color css
<style>
a { background-color: #913C82; }
a { background-color: rgb(145,60,130); }
div.DivClassName
{
background-color: #913C82;
}
.BgClassName
{
background-color: #913C82;
}
</style>
border-color css
<style>
span { border-color: #913C82; }
span { border-color: rgb(145,60,130); }
td.TdClassName
{
border-color: #913C82;
}
.TagClassName
{
border-color: #913C82;
}
</style>