Shades of Dark Purple #911077
Tints of Dark Purple #911077
RGB
CMYK
RGB Variations
Color information
#911077 (or 0x911077) is known color: Dark Purple. HEX triplet: 91, 10 and 77. RGB value is (145,16,119). Sum of RGB (Red+Green+Blue) = 145+16+119=280 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.79% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 145 - color contains mainly: red. Hex color #911077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911077 is #6EEF88. Grayscale: #424242. Windows color (decimal): -7270281 or 7803025. OLE color: 7803025.
HSL color Cylindrical-coordinate representation of color #911077: hue angle of 312.09º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #911077 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 119 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.43 |
| HSL | 312.09º | 0.8% | 0.32% | - |
| HSV(B) | 312.09º | 0.89% | 0.57% | - |
| XYZ | 15.19 | 7.72 | 18.14 | - |
| YUV | 66.31 | 157.74 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 119 | 0 | 0.89 | 0.18 | 0.43 | 312.09 | 0.8 | 0.32 |
| Hex | 91 | 10 | 77 | 0 | 59 | 12 | 2B | 138 | 50 | 20 |
| Octal | 221 | 20 | 167 | 0 | 131 | 22 | 53 | 470 | 120 | 40 |
| Binary | 10010001 | 10000 | 1110111 | 0 | 1011001 | 10010 | 101011 | 100111000 | 1010000 | 100000 |
Color Harmonies of #911077
Complementary color
Monochromatic Colors of #911077
Black with #911077
Text Example
Text Example
White with #911077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911077; }
p { color: rgb(145,16,119); }
H1.HeaderClassName
{
color: #911077;
}
.AnyTagClassName
{
color: #911077;
}
</style>
background-color css
<style>
a { background-color: #911077; }
a { background-color: rgb(145,16,119); }
div.DivClassName
{
background-color: #911077;
}
.BgClassName
{
background-color: #911077;
}
</style>
border-color css
<style>
span { border-color: #911077; }
span { border-color: rgb(145,16,119); }
td.TdClassName
{
border-color: #911077;
}
.TagClassName
{
border-color: #911077;
}
</style>