Shades of Dark Purple #91197E
Tints of Dark Purple #91197E
RGB
CMYK
RGB Variations
Color information
#91197E (or 0x91197E) is known color: Dark Purple. HEX triplet: 91, 19 and 7E. RGB value is (145,25,126). Sum of RGB (Red+Green+Blue) = 145+25+126=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #91197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91197E is #6EE681. Grayscale: #484848. Windows color (decimal): -7267970 or 8264081. OLE color: 8264081.
HSL color Cylindrical-coordinate representation of color #91197E: hue angle of 309.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 #91197E is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 25 | 126 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.43 |
| HSL | 309.5º | 0.71% | 0.33% | - |
| HSV(B) | 309.5º | 0.83% | 0.57% | - |
| XYZ | 15.79 | 8.22 | 20.49 | - |
| YUV | 72.39 | 158.26 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 126 | 0 | 0.83 | 0.13 | 0.43 | 309.5 | 0.71 | 0.33 |
| Hex | 91 | 19 | 7E | 0 | 53 | D | 2B | 136 | 47 | 21 |
| Octal | 221 | 31 | 176 | 0 | 123 | 15 | 53 | 466 | 107 | 41 |
| Binary | 10010001 | 11001 | 1111110 | 0 | 1010011 | 1101 | 101011 | 100110110 | 1000111 | 100001 |
Color Harmonies of #91197E
Complementary color
Monochromatic Colors of #91197E
Black with #91197E
Text Example
Text Example
White with #91197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91197E; }
p { color: rgb(145,25,126); }
H1.HeaderClassName
{
color: #91197E;
}
.AnyTagClassName
{
color: #91197E;
}
</style>
background-color css
<style>
a { background-color: #91197E; }
a { background-color: rgb(145,25,126); }
div.DivClassName
{
background-color: #91197E;
}
.BgClassName
{
background-color: #91197E;
}
</style>
border-color css
<style>
span { border-color: #91197E; }
span { border-color: rgb(145,25,126); }
td.TdClassName
{
border-color: #91197E;
}
.TagClassName
{
border-color: #91197E;
}
</style>