Shades of Dark Purple #91157E
Tints of Dark Purple #91157E
RGB
CMYK
RGB Variations
Color information
#91157E (or 0x91157E) is known color: Dark Purple. HEX triplet: 91, 15 and 7E. RGB value is (145,21,126). Sum of RGB (Red+Green+Blue) = 145+21+126=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #91157E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91157E is #6EEA81. Grayscale: #454545. Windows color (decimal): -7268994 or 8263057. OLE color: 8263057.
HSL color Cylindrical-coordinate representation of color #91157E: hue angle of 309.19º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #91157E is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 21 | 126 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.43 |
| HSL | 309.19º | 0.75% | 0.33% | - |
| HSV(B) | 309.19º | 0.86% | 0.57% | - |
| XYZ | 15.71 | 8.06 | 20.47 | - |
| YUV | 70.05 | 159.58 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 21 | 126 | 0 | 0.86 | 0.13 | 0.43 | 309.19 | 0.75 | 0.33 |
| Hex | 91 | 15 | 7E | 0 | 56 | D | 2B | 135 | 4B | 21 |
| Octal | 221 | 25 | 176 | 0 | 126 | 15 | 53 | 465 | 113 | 41 |
| Binary | 10010001 | 10101 | 1111110 | 0 | 1010110 | 1101 | 101011 | 100110101 | 1001011 | 100001 |
Color Harmonies of #91157E
Complementary color
Monochromatic Colors of #91157E
Black with #91157E
Text Example
Text Example
White with #91157E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91157E; }
p { color: rgb(145,21,126); }
H1.HeaderClassName
{
color: #91157E;
}
.AnyTagClassName
{
color: #91157E;
}
</style>
background-color css
<style>
a { background-color: #91157E; }
a { background-color: rgb(145,21,126); }
div.DivClassName
{
background-color: #91157E;
}
.BgClassName
{
background-color: #91157E;
}
</style>
border-color css
<style>
span { border-color: #91157E; }
span { border-color: rgb(145,21,126); }
td.TdClassName
{
border-color: #91157E;
}
.TagClassName
{
border-color: #91157E;
}
</style>