Shades of Dark Purple #91107D
Tints of Dark Purple #91107D
RGB
CMYK
RGB Variations
Color information
#91107D (or 0x91107D) is known color: Dark Purple. HEX triplet: 91, 10 and 7D. RGB value is (145,16,125). Sum of RGB (Red+Green+Blue) = 145+16+125=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #91107D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91107D is #6EEF82. Grayscale: #424242. Windows color (decimal): -7270275 or 8196241. OLE color: 8196241.
HSL color Cylindrical-coordinate representation of color #91107D: hue angle of 309.3º 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 #91107D is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 125 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.43 |
| HSL | 309.3º | 0.8% | 0.32% | - |
| HSV(B) | 309.3º | 0.89% | 0.57% | - |
| XYZ | 15.56 | 7.87 | 20.1 | - |
| YUV | 67 | 160.74 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 125 | 0 | 0.89 | 0.14 | 0.43 | 309.3 | 0.8 | 0.32 |
| Hex | 91 | 10 | 7D | 0 | 59 | E | 2B | 135 | 50 | 20 |
| Octal | 221 | 20 | 175 | 0 | 131 | 16 | 53 | 465 | 120 | 40 |
| Binary | 10010001 | 10000 | 1111101 | 0 | 1011001 | 1110 | 101011 | 100110101 | 1010000 | 100000 |
Color Harmonies of #91107D
Complementary color
Monochromatic Colors of #91107D
Black with #91107D
Text Example
Text Example
White with #91107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91107D; }
p { color: rgb(145,16,125); }
H1.HeaderClassName
{
color: #91107D;
}
.AnyTagClassName
{
color: #91107D;
}
</style>
background-color css
<style>
a { background-color: #91107D; }
a { background-color: rgb(145,16,125); }
div.DivClassName
{
background-color: #91107D;
}
.BgClassName
{
background-color: #91107D;
}
</style>
border-color css
<style>
span { border-color: #91107D; }
span { border-color: rgb(145,16,125); }
td.TdClassName
{
border-color: #91107D;
}
.TagClassName
{
border-color: #91107D;
}
</style>