Shades of Dark Purple #913575
Tints of Dark Purple #913575
RGB
CMYK
RGB Variations
Color information
#913575 (or 0x913575) is known color: Dark Purple. HEX triplet: 91, 35 and 75. RGB value is (145,53,117). Sum of RGB (Red+Green+Blue) = 145+53+117=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #913575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913575 is #6ECA8A. Grayscale: #575757. Windows color (decimal): -7260811 or 7681425. OLE color: 7681425.
HSL color Cylindrical-coordinate representation of color #913575: hue angle of 318.26º 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 #913575 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 53 | 117 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.43 |
| HSL | 318.26º | 0.46% | 0.39% | - |
| HSV(B) | 318.26º | 0.63% | 0.57% | - |
| XYZ | 16.16 | 9.85 | 17.88 | - |
| YUV | 87.8 | 144.48 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 53 | 117 | 0 | 0.63 | 0.19 | 0.43 | 318.26 | 0.46 | 0.39 |
| Hex | 91 | 35 | 75 | 0 | 3F | 13 | 2B | 13E | 2E | 27 |
| Octal | 221 | 65 | 165 | 0 | 77 | 23 | 53 | 476 | 56 | 47 |
| Binary | 10010001 | 110101 | 1110101 | 0 | 111111 | 10011 | 101011 | 100111110 | 101110 | 100111 |
Color Harmonies of #913575
Complementary color
Monochromatic Colors of #913575
Black with #913575
Text Example
Text Example
White with #913575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913575; }
p { color: rgb(145,53,117); }
H1.HeaderClassName
{
color: #913575;
}
.AnyTagClassName
{
color: #913575;
}
</style>
background-color css
<style>
a { background-color: #913575; }
a { background-color: rgb(145,53,117); }
div.DivClassName
{
background-color: #913575;
}
.BgClassName
{
background-color: #913575;
}
</style>
border-color css
<style>
span { border-color: #913575; }
span { border-color: rgb(145,53,117); }
td.TdClassName
{
border-color: #913575;
}
.TagClassName
{
border-color: #913575;
}
</style>