Shades of Dark Purple #91107E
Tints of Dark Purple #91107E
RGB
CMYK
RGB Variations
Color information
#91107E (or 0x91107E) is known color: Dark Purple. HEX triplet: 91, 10 and 7E. RGB value is (145,16,126). Sum of RGB (Red+Green+Blue) = 145+16+126=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #91107E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91107E is #6EEF81. Grayscale: #424242. Windows color (decimal): -7270274 or 8261777. OLE color: 8261777.
HSL color Cylindrical-coordinate representation of color #91107E: hue angle of 308.84º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #91107E is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 126 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.43 |
| HSL | 308.84º | 0.8% | 0.32% | - |
| HSV(B) | 308.84º | 0.89% | 0.57% | - |
| XYZ | 15.63 | 7.9 | 20.44 | - |
| YUV | 67.11 | 161.24 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 126 | 0 | 0.89 | 0.13 | 0.43 | 308.84 | 0.8 | 0.32 |
| Hex | 91 | 10 | 7E | 0 | 59 | D | 2B | 135 | 50 | 20 |
| Octal | 221 | 20 | 176 | 0 | 131 | 15 | 53 | 465 | 120 | 40 |
| Binary | 10010001 | 10000 | 1111110 | 0 | 1011001 | 1101 | 101011 | 100110101 | 1010000 | 100000 |
Color Harmonies of #91107E
Complementary color
Monochromatic Colors of #91107E
Black with #91107E
Text Example
Text Example
White with #91107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91107E; }
p { color: rgb(145,16,126); }
H1.HeaderClassName
{
color: #91107E;
}
.AnyTagClassName
{
color: #91107E;
}
</style>
background-color css
<style>
a { background-color: #91107E; }
a { background-color: rgb(145,16,126); }
div.DivClassName
{
background-color: #91107E;
}
.BgClassName
{
background-color: #91107E;
}
</style>
border-color css
<style>
span { border-color: #91107E; }
span { border-color: rgb(145,16,126); }
td.TdClassName
{
border-color: #91107E;
}
.TagClassName
{
border-color: #91107E;
}
</style>