Shades of Dark Purple #911677
Tints of Dark Purple #911677
RGB
CMYK
RGB Variations
Color information
#911677 (or 0x911677) is known color: Dark Purple. HEX triplet: 91, 16 and 77. RGB value is (145,22,119). Sum of RGB (Red+Green+Blue) = 145+22+119=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #911677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911677 is #6EE988. Grayscale: #454545. Windows color (decimal): -7268745 or 7804561. OLE color: 7804561.
HSL color Cylindrical-coordinate representation of color #911677: hue angle of 312.68º 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 #911677 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 22 | 119 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.43 |
| HSL | 312.68º | 0.74% | 0.33% | - |
| HSV(B) | 312.68º | 0.85% | 0.57% | - |
| XYZ | 15.29 | 7.93 | 18.18 | - |
| YUV | 69.84 | 155.75 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 22 | 119 | 0 | 0.85 | 0.18 | 0.43 | 312.68 | 0.74 | 0.33 |
| Hex | 91 | 16 | 77 | 0 | 55 | 12 | 2B | 139 | 4A | 21 |
| Octal | 221 | 26 | 167 | 0 | 125 | 22 | 53 | 471 | 112 | 41 |
| Binary | 10010001 | 10110 | 1110111 | 0 | 1010101 | 10010 | 101011 | 100111001 | 1001010 | 100001 |
Color Harmonies of #911677
Complementary color
Monochromatic Colors of #911677
Black with #911677
Text Example
Text Example
White with #911677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911677; }
p { color: rgb(145,22,119); }
H1.HeaderClassName
{
color: #911677;
}
.AnyTagClassName
{
color: #911677;
}
</style>
background-color css
<style>
a { background-color: #911677; }
a { background-color: rgb(145,22,119); }
div.DivClassName
{
background-color: #911677;
}
.BgClassName
{
background-color: #911677;
}
</style>
border-color css
<style>
span { border-color: #911677; }
span { border-color: rgb(145,22,119); }
td.TdClassName
{
border-color: #911677;
}
.TagClassName
{
border-color: #911677;
}
</style>