Shades of Dark Purple #911C86
Tints of Dark Purple #911C86
RGB
CMYK
RGB Variations
Color information
#911C86 (or 0x911C86) is known color: Dark Purple. HEX triplet: 91, 1C and 86. RGB value is (145,28,134). Sum of RGB (Red+Green+Blue) = 145+28+134=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #911C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911C86 is #6EE379. Grayscale: #4A4A4A. Windows color (decimal): -7267194 or 8789137. OLE color: 8789137.
HSL color Cylindrical-coordinate representation of color #911C86: hue angle of 305.64º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #911C86 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 28 | 134 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.43 |
| HSL | 305.64º | 0.68% | 0.34% | - |
| HSV(B) | 305.64º | 0.81% | 0.57% | - |
| XYZ | 16.4 | 8.57 | 23.34 | - |
| YUV | 75.07 | 161.26 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 28 | 134 | 0 | 0.81 | 0.08 | 0.43 | 305.64 | 0.68 | 0.34 |
| Hex | 91 | 1C | 86 | 0 | 51 | 8 | 2B | 132 | 44 | 22 |
| Octal | 221 | 34 | 206 | 0 | 121 | 10 | 53 | 462 | 104 | 42 |
| Binary | 10010001 | 11100 | 10000110 | 0 | 1010001 | 1000 | 101011 | 100110010 | 1000100 | 100010 |
Color Harmonies of #911C86
Complementary color
Monochromatic Colors of #911C86
Black with #911C86
Text Example
Text Example
White with #911C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911C86; }
p { color: rgb(145,28,134); }
H1.HeaderClassName
{
color: #911C86;
}
.AnyTagClassName
{
color: #911C86;
}
</style>
background-color css
<style>
a { background-color: #911C86; }
a { background-color: rgb(145,28,134); }
div.DivClassName
{
background-color: #911C86;
}
.BgClassName
{
background-color: #911C86;
}
</style>
border-color css
<style>
span { border-color: #911C86; }
span { border-color: rgb(145,28,134); }
td.TdClassName
{
border-color: #911C86;
}
.TagClassName
{
border-color: #911C86;
}
</style>