Shades of Dark Purple #913986
Tints of Dark Purple #913986
RGB
CMYK
RGB Variations
Color information
#913986 (or 0x913986) is known color: Dark Purple. HEX triplet: 91, 39 and 86. RGB value is (145,57,134). Sum of RGB (Red+Green+Blue) = 145+57+134=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #913986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913986 is #6EC679. Grayscale: #5B5B5B. Windows color (decimal): -7259770 or 8796561. OLE color: 8796561.
HSL color Cylindrical-coordinate representation of color #913986: hue angle of 307.5º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #913986 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 57 | 134 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.43 |
| HSL | 307.5º | 0.44% | 0.4% | - |
| HSV(B) | 307.5º | 0.61% | 0.57% | - |
| XYZ | 17.44 | 10.67 | 23.69 | - |
| YUV | 92.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 57 | 134 | 0 | 0.61 | 0.08 | 0.43 | 307.5 | 0.44 | 0.4 |
| Hex | 91 | 39 | 86 | 0 | 3D | 8 | 2B | 134 | 2C | 28 |
| Octal | 221 | 71 | 206 | 0 | 75 | 10 | 53 | 464 | 54 | 50 |
| Binary | 10010001 | 111001 | 10000110 | 0 | 111101 | 1000 | 101011 | 100110100 | 101100 | 101000 |
Color Harmonies of #913986
Complementary color
Monochromatic Colors of #913986
Black with #913986
Text Example
Text Example
White with #913986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913986; }
p { color: rgb(145,57,134); }
H1.HeaderClassName
{
color: #913986;
}
.AnyTagClassName
{
color: #913986;
}
</style>
background-color css
<style>
a { background-color: #913986; }
a { background-color: rgb(145,57,134); }
div.DivClassName
{
background-color: #913986;
}
.BgClassName
{
background-color: #913986;
}
</style>
border-color css
<style>
span { border-color: #913986; }
span { border-color: rgb(145,57,134); }
td.TdClassName
{
border-color: #913986;
}
.TagClassName
{
border-color: #913986;
}
</style>