Shades of Dark Purple #91177A
Tints of Dark Purple #91177A
RGB
CMYK
RGB Variations
Color information
#91177A (or 0x91177A) is known color: Dark Purple. HEX triplet: 91, 17 and 7A. RGB value is (145,23,122). Sum of RGB (Red+Green+Blue) = 145+23+122=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #91177A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91177A is #6EE885. Grayscale: #464646. Windows color (decimal): -7268486 or 8001425. OLE color: 8001425.
HSL color Cylindrical-coordinate representation of color #91177A: hue angle of 311.31º 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 #91177A is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 23 | 122 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.43 |
| HSL | 311.31º | 0.73% | 0.33% | - |
| HSV(B) | 311.31º | 0.84% | 0.57% | - |
| XYZ | 15.5 | 8.04 | 19.15 | - |
| YUV | 70.76 | 156.92 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 122 | 0 | 0.84 | 0.16 | 0.43 | 311.31 | 0.73 | 0.33 |
| Hex | 91 | 17 | 7A | 0 | 54 | 10 | 2B | 137 | 49 | 21 |
| Octal | 221 | 27 | 172 | 0 | 124 | 20 | 53 | 467 | 111 | 41 |
| Binary | 10010001 | 10111 | 1111010 | 0 | 1010100 | 10000 | 101011 | 100110111 | 1001001 | 100001 |
Color Harmonies of #91177A
Complementary color
Monochromatic Colors of #91177A
Black with #91177A
Text Example
Text Example
White with #91177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91177A; }
p { color: rgb(145,23,122); }
H1.HeaderClassName
{
color: #91177A;
}
.AnyTagClassName
{
color: #91177A;
}
</style>
background-color css
<style>
a { background-color: #91177A; }
a { background-color: rgb(145,23,122); }
div.DivClassName
{
background-color: #91177A;
}
.BgClassName
{
background-color: #91177A;
}
</style>
border-color css
<style>
span { border-color: #91177A; }
span { border-color: rgb(145,23,122); }
td.TdClassName
{
border-color: #91177A;
}
.TagClassName
{
border-color: #91177A;
}
</style>