Shades of Dark Purple #912586
Tints of Dark Purple #912586
RGB
CMYK
RGB Variations
Color information
#912586 (or 0x912586) is known color: Dark Purple. HEX triplet: 91, 25 and 86. RGB value is (145,37,134). Sum of RGB (Red+Green+Blue) = 145+37+134=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #912586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912586 is #6EDA79. Grayscale: #505050. Windows color (decimal): -7264890 or 8791441. OLE color: 8791441.
HSL color Cylindrical-coordinate representation of color #912586: hue angle of 306.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #912586 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 37 | 134 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.43 |
| HSL | 306.11º | 0.59% | 0.36% | - |
| HSV(B) | 306.11º | 0.74% | 0.57% | - |
| XYZ | 16.64 | 9.06 | 23.43 | - |
| YUV | 80.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 37 | 134 | 0 | 0.74 | 0.08 | 0.43 | 306.11 | 0.59 | 0.36 |
| Hex | 91 | 25 | 86 | 0 | 4A | 8 | 2B | 132 | 3B | 24 |
| Octal | 221 | 45 | 206 | 0 | 112 | 10 | 53 | 462 | 73 | 44 |
| Binary | 10010001 | 100101 | 10000110 | 0 | 1001010 | 1000 | 101011 | 100110010 | 111011 | 100100 |
Color Harmonies of #912586
Complementary color
Monochromatic Colors of #912586
Black with #912586
Text Example
Text Example
White with #912586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912586; }
p { color: rgb(145,37,134); }
H1.HeaderClassName
{
color: #912586;
}
.AnyTagClassName
{
color: #912586;
}
</style>
background-color css
<style>
a { background-color: #912586; }
a { background-color: rgb(145,37,134); }
div.DivClassName
{
background-color: #912586;
}
.BgClassName
{
background-color: #912586;
}
</style>
border-color css
<style>
span { border-color: #912586; }
span { border-color: rgb(145,37,134); }
td.TdClassName
{
border-color: #912586;
}
.TagClassName
{
border-color: #912586;
}
</style>