Shades of Dark Purple #912E86
Tints of Dark Purple #912E86
RGB
CMYK
RGB Variations
Color information
#912E86 (or 0x912E86) is known color: Dark Purple. HEX triplet: 91, 2E and 86. RGB value is (145,46,134). Sum of RGB (Red+Green+Blue) = 145+46+134=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #912E86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912E86 is #6ED179. Grayscale: #555555. Windows color (decimal): -7262586 or 8793745. OLE color: 8793745.
HSL color Cylindrical-coordinate representation of color #912E86: hue angle of 306.67º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #912E86 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 46 | 134 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.43 |
| HSL | 306.67º | 0.52% | 0.37% | - |
| HSV(B) | 306.67º | 0.68% | 0.57% | - |
| XYZ | 16.96 | 9.69 | 23.53 | - |
| YUV | 85.63 | 155.3 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 46 | 134 | 0 | 0.68 | 0.08 | 0.43 | 306.67 | 0.52 | 0.37 |
| Hex | 91 | 2E | 86 | 0 | 44 | 8 | 2B | 133 | 34 | 25 |
| Octal | 221 | 56 | 206 | 0 | 104 | 10 | 53 | 463 | 64 | 45 |
| Binary | 10010001 | 101110 | 10000110 | 0 | 1000100 | 1000 | 101011 | 100110011 | 110100 | 100101 |
Color Harmonies of #912E86
Complementary color
Monochromatic Colors of #912E86
Black with #912E86
Text Example
Text Example
White with #912E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912E86; }
p { color: rgb(145,46,134); }
H1.HeaderClassName
{
color: #912E86;
}
.AnyTagClassName
{
color: #912E86;
}
</style>
background-color css
<style>
a { background-color: #912E86; }
a { background-color: rgb(145,46,134); }
div.DivClassName
{
background-color: #912E86;
}
.BgClassName
{
background-color: #912E86;
}
</style>
border-color css
<style>
span { border-color: #912E86; }
span { border-color: rgb(145,46,134); }
td.TdClassName
{
border-color: #912E86;
}
.TagClassName
{
border-color: #912E86;
}
</style>