Shades of Dark Purple #913886
Tints of Dark Purple #913886
RGB
CMYK
RGB Variations
Color information
#913886 (or 0x913886) is known color: Dark Purple. HEX triplet: 91, 38 and 86. RGB value is (145,56,134). Sum of RGB (Red+Green+Blue) = 145+56+134=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #913886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913886 is #6EC779. Grayscale: #5B5B5B. Windows color (decimal): -7260026 or 8796305. OLE color: 8796305.
HSL color Cylindrical-coordinate representation of color #913886: hue angle of 307.42º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #913886 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 56 | 134 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.43 |
| HSL | 307.42º | 0.44% | 0.39% | - |
| HSV(B) | 307.42º | 0.61% | 0.57% | - |
| XYZ | 17.39 | 10.57 | 23.68 | - |
| YUV | 91.5 | 151.99 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 56 | 134 | 0 | 0.61 | 0.08 | 0.43 | 307.42 | 0.44 | 0.39 |
| Hex | 91 | 38 | 86 | 0 | 3D | 8 | 2B | 133 | 2C | 27 |
| Octal | 221 | 70 | 206 | 0 | 75 | 10 | 53 | 463 | 54 | 47 |
| Binary | 10010001 | 111000 | 10000110 | 0 | 111101 | 1000 | 101011 | 100110011 | 101100 | 100111 |
Color Harmonies of #913886
Complementary color
Monochromatic Colors of #913886
Black with #913886
Text Example
Text Example
White with #913886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913886; }
p { color: rgb(145,56,134); }
H1.HeaderClassName
{
color: #913886;
}
.AnyTagClassName
{
color: #913886;
}
</style>
background-color css
<style>
a { background-color: #913886; }
a { background-color: rgb(145,56,134); }
div.DivClassName
{
background-color: #913886;
}
.BgClassName
{
background-color: #913886;
}
</style>
border-color css
<style>
span { border-color: #913886; }
span { border-color: rgb(145,56,134); }
td.TdClassName
{
border-color: #913886;
}
.TagClassName
{
border-color: #913886;
}
</style>