Shades of Dark Purple #91197A
Tints of Dark Purple #91197A
RGB
CMYK
RGB Variations
Color information
#91197A (or 0x91197A) is known color: Dark Purple. HEX triplet: 91, 19 and 7A. RGB value is (145,25,122). Sum of RGB (Red+Green+Blue) = 145+25+122=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #91197A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91197A is #6EE685. Grayscale: #474747. Windows color (decimal): -7267974 or 8001937. OLE color: 8001937.
HSL color Cylindrical-coordinate representation of color #91197A: hue angle of 311.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 #91197A is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 25 | 122 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.43 |
| HSL | 311.5º | 0.71% | 0.33% | - |
| HSV(B) | 311.5º | 0.83% | 0.57% | - |
| XYZ | 15.54 | 8.12 | 19.16 | - |
| YUV | 71.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 122 | 0 | 0.83 | 0.16 | 0.43 | 311.5 | 0.71 | 0.33 |
| Hex | 91 | 19 | 7A | 0 | 53 | 10 | 2B | 138 | 47 | 21 |
| Octal | 221 | 31 | 172 | 0 | 123 | 20 | 53 | 470 | 107 | 41 |
| Binary | 10010001 | 11001 | 1111010 | 0 | 1010011 | 10000 | 101011 | 100111000 | 1000111 | 100001 |
Color Harmonies of #91197A
Complementary color
Monochromatic Colors of #91197A
Black with #91197A
Text Example
Text Example
White with #91197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91197A; }
p { color: rgb(145,25,122); }
H1.HeaderClassName
{
color: #91197A;
}
.AnyTagClassName
{
color: #91197A;
}
</style>
background-color css
<style>
a { background-color: #91197A; }
a { background-color: rgb(145,25,122); }
div.DivClassName
{
background-color: #91197A;
}
.BgClassName
{
background-color: #91197A;
}
</style>
border-color css
<style>
span { border-color: #91197A; }
span { border-color: rgb(145,25,122); }
td.TdClassName
{
border-color: #91197A;
}
.TagClassName
{
border-color: #91197A;
}
</style>