Shades of Dark Purple #91197C
Tints of Dark Purple #91197C
RGB
CMYK
RGB Variations
Color information
#91197C (or 0x91197C) is known color: Dark Purple. HEX triplet: 91, 19 and 7C. RGB value is (145,25,124). Sum of RGB (Red+Green+Blue) = 145+25+124=294 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.32% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 145 - color contains mainly: red. Hex color #91197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91197C is #6EE683. Grayscale: #474747. Windows color (decimal): -7267972 or 8133009. OLE color: 8133009.
HSL color Cylindrical-coordinate representation of color #91197C: hue angle of 310.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #91197C is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 25 | 124 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.43 |
| HSL | 310.5º | 0.71% | 0.33% | - |
| HSV(B) | 310.5º | 0.83% | 0.57% | - |
| XYZ | 15.66 | 8.17 | 19.82 | - |
| YUV | 72.17 | 157.26 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 124 | 0 | 0.83 | 0.14 | 0.43 | 310.5 | 0.71 | 0.33 |
| Hex | 91 | 19 | 7C | 0 | 53 | E | 2B | 136 | 47 | 21 |
| Octal | 221 | 31 | 174 | 0 | 123 | 16 | 53 | 466 | 107 | 41 |
| Binary | 10010001 | 11001 | 1111100 | 0 | 1010011 | 1110 | 101011 | 100110110 | 1000111 | 100001 |
Color Harmonies of #91197C
Complementary color
Monochromatic Colors of #91197C
Black with #91197C
Text Example
Text Example
White with #91197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91197C; }
p { color: rgb(145,25,124); }
H1.HeaderClassName
{
color: #91197C;
}
.AnyTagClassName
{
color: #91197C;
}
</style>
background-color css
<style>
a { background-color: #91197C; }
a { background-color: rgb(145,25,124); }
div.DivClassName
{
background-color: #91197C;
}
.BgClassName
{
background-color: #91197C;
}
</style>
border-color css
<style>
span { border-color: #91197C; }
span { border-color: rgb(145,25,124); }
td.TdClassName
{
border-color: #91197C;
}
.TagClassName
{
border-color: #91197C;
}
</style>