Shades of Dark Purple #913685
Tints of Dark Purple #913685
RGB
CMYK
RGB Variations
Color information
#913685 (or 0x913685) is known color: Dark Purple. HEX triplet: 91, 36 and 85. RGB value is (145,54,133). Sum of RGB (Red+Green+Blue) = 145+54+133=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #913685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913685 is #6EC97A. Grayscale: #595959. Windows color (decimal): -7260539 or 8730257. OLE color: 8730257.
HSL color Cylindrical-coordinate representation of color #913685: hue angle of 307.91º 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 #913685 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 54 | 133 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.43 |
| HSL | 307.91º | 0.46% | 0.39% | - |
| HSV(B) | 307.91º | 0.63% | 0.57% | - |
| XYZ | 17.23 | 10.35 | 23.28 | - |
| YUV | 90.22 | 152.15 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 54 | 133 | 0 | 0.63 | 0.08 | 0.43 | 307.91 | 0.46 | 0.39 |
| Hex | 91 | 36 | 85 | 0 | 3F | 8 | 2B | 134 | 2E | 27 |
| Octal | 221 | 66 | 205 | 0 | 77 | 10 | 53 | 464 | 56 | 47 |
| Binary | 10010001 | 110110 | 10000101 | 0 | 111111 | 1000 | 101011 | 100110100 | 101110 | 100111 |
Color Harmonies of #913685
Complementary color
Monochromatic Colors of #913685
Black with #913685
Text Example
Text Example
White with #913685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913685; }
p { color: rgb(145,54,133); }
H1.HeaderClassName
{
color: #913685;
}
.AnyTagClassName
{
color: #913685;
}
</style>
background-color css
<style>
a { background-color: #913685; }
a { background-color: rgb(145,54,133); }
div.DivClassName
{
background-color: #913685;
}
.BgClassName
{
background-color: #913685;
}
</style>
border-color css
<style>
span { border-color: #913685; }
span { border-color: rgb(145,54,133); }
td.TdClassName
{
border-color: #913685;
}
.TagClassName
{
border-color: #913685;
}
</style>