Shades of Dark Purple #911777
Tints of Dark Purple #911777
RGB
CMYK
RGB Variations
Color information
#911777 (or 0x911777) is known color: Dark Purple. HEX triplet: 91, 17 and 77. RGB value is (145,23,119). Sum of RGB (Red+Green+Blue) = 145+23+119=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #911777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911777 is #6EE888. Grayscale: #464646. Windows color (decimal): -7268489 or 7804817. OLE color: 7804817.
HSL color Cylindrical-coordinate representation of color #911777: hue angle of 312.79º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911777 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 23 | 119 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.43 |
| HSL | 312.79º | 0.73% | 0.33% | - |
| HSV(B) | 312.79º | 0.84% | 0.57% | - |
| XYZ | 15.31 | 7.96 | 18.18 | - |
| YUV | 70.42 | 155.42 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 119 | 0 | 0.84 | 0.18 | 0.43 | 312.79 | 0.73 | 0.33 |
| Hex | 91 | 17 | 77 | 0 | 54 | 12 | 2B | 139 | 49 | 21 |
| Octal | 221 | 27 | 167 | 0 | 124 | 22 | 53 | 471 | 111 | 41 |
| Binary | 10010001 | 10111 | 1110111 | 0 | 1010100 | 10010 | 101011 | 100111001 | 1001001 | 100001 |
Color Harmonies of #911777
Complementary color
Monochromatic Colors of #911777
Black with #911777
Text Example
Text Example
White with #911777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911777; }
p { color: rgb(145,23,119); }
H1.HeaderClassName
{
color: #911777;
}
.AnyTagClassName
{
color: #911777;
}
</style>
background-color css
<style>
a { background-color: #911777; }
a { background-color: rgb(145,23,119); }
div.DivClassName
{
background-color: #911777;
}
.BgClassName
{
background-color: #911777;
}
</style>
border-color css
<style>
span { border-color: #911777; }
span { border-color: rgb(145,23,119); }
td.TdClassName
{
border-color: #911777;
}
.TagClassName
{
border-color: #911777;
}
</style>