Shades of Dark Purple #911671
Tints of Dark Purple #911671
RGB
CMYK
RGB Variations
Color information
#911671 (or 0x911671) is known color: Dark Purple. HEX triplet: 91, 16 and 71. RGB value is (145,22,113). Sum of RGB (Red+Green+Blue) = 145+22+113=280 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.79% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 145 - color contains mainly: red. Hex color #911671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911671 is #6EE98E. Grayscale: #444444. Windows color (decimal): -7268751 or 7411345. OLE color: 7411345.
HSL color Cylindrical-coordinate representation of color #911671: hue angle of 315.61º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #911671 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 22 | 113 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.43 |
| HSL | 315.61º | 0.74% | 0.33% | - |
| HSV(B) | 315.61º | 0.85% | 0.57% | - |
| XYZ | 14.94 | 7.79 | 16.34 | - |
| YUV | 69.15 | 152.75 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 22 | 113 | 0 | 0.85 | 0.22 | 0.43 | 315.61 | 0.74 | 0.33 |
| Hex | 91 | 16 | 71 | 0 | 55 | 16 | 2B | 13C | 4A | 21 |
| Octal | 221 | 26 | 161 | 0 | 125 | 26 | 53 | 474 | 112 | 41 |
| Binary | 10010001 | 10110 | 1110001 | 0 | 1010101 | 10110 | 101011 | 100111100 | 1001010 | 100001 |
Color Harmonies of #911671
Complementary color
Monochromatic Colors of #911671
Black with #911671
Text Example
Text Example
White with #911671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911671; }
p { color: rgb(145,22,113); }
H1.HeaderClassName
{
color: #911671;
}
.AnyTagClassName
{
color: #911671;
}
</style>
background-color css
<style>
a { background-color: #911671; }
a { background-color: rgb(145,22,113); }
div.DivClassName
{
background-color: #911671;
}
.BgClassName
{
background-color: #911671;
}
</style>
border-color css
<style>
span { border-color: #911671; }
span { border-color: rgb(145,22,113); }
td.TdClassName
{
border-color: #911671;
}
.TagClassName
{
border-color: #911671;
}
</style>