Shades of Dark Purple #913582
Tints of Dark Purple #913582
RGB
CMYK
RGB Variations
Color information
#913582 (or 0x913582) is known color: Dark Purple. HEX triplet: 91, 35 and 82. RGB value is (145,53,130). Sum of RGB (Red+Green+Blue) = 145+53+130=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #913582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913582 is #6ECA7D. Grayscale: #595959. Windows color (decimal): -7260798 or 8533393. OLE color: 8533393.
HSL color Cylindrical-coordinate representation of color #913582: hue angle of 309.78º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #913582 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 53 | 130 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.43 |
| HSL | 309.78º | 0.46% | 0.39% | - |
| HSV(B) | 309.78º | 0.63% | 0.57% | - |
| XYZ | 16.98 | 10.18 | 22.19 | - |
| YUV | 89.29 | 150.98 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 53 | 130 | 0 | 0.63 | 0.10 | 0.43 | 309.78 | 0.46 | 0.39 |
| Hex | 91 | 35 | 82 | 0 | 3F | A | 2B | 136 | 2E | 27 |
| Octal | 221 | 65 | 202 | 0 | 77 | 12 | 53 | 466 | 56 | 47 |
| Binary | 10010001 | 110101 | 10000010 | 0 | 111111 | 1010 | 101011 | 100110110 | 101110 | 100111 |
Color Harmonies of #913582
Complementary color
Monochromatic Colors of #913582
Black with #913582
Text Example
Text Example
White with #913582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913582; }
p { color: rgb(145,53,130); }
H1.HeaderClassName
{
color: #913582;
}
.AnyTagClassName
{
color: #913582;
}
</style>
background-color css
<style>
a { background-color: #913582; }
a { background-color: rgb(145,53,130); }
div.DivClassName
{
background-color: #913582;
}
.BgClassName
{
background-color: #913582;
}
</style>
border-color css
<style>
span { border-color: #913582; }
span { border-color: rgb(145,53,130); }
td.TdClassName
{
border-color: #913582;
}
.TagClassName
{
border-color: #913582;
}
</style>