Shades of Dark Purple #91107F
Tints of Dark Purple #91107F
RGB
CMYK
RGB Variations
Color information
#91107F (or 0x91107F) is known color: Dark Purple. HEX triplet: 91, 10 and 7F. RGB value is (145,16,127). Sum of RGB (Red+Green+Blue) = 145+16+127=288 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.35% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 145 - color contains mainly: red. Hex color #91107F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91107F is #6EEF80. Grayscale: #424242. Windows color (decimal): -7270273 or 8327313. OLE color: 8327313.
HSL color Cylindrical-coordinate representation of color #91107F: hue angle of 308.37º 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 #91107F is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 127 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.43 |
| HSL | 308.37º | 0.8% | 0.32% | - |
| HSV(B) | 308.37º | 0.89% | 0.57% | - |
| XYZ | 15.69 | 7.92 | 20.78 | - |
| YUV | 67.23 | 161.74 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 127 | 0 | 0.89 | 0.12 | 0.43 | 308.37 | 0.8 | 0.32 |
| Hex | 91 | 10 | 7F | 0 | 59 | C | 2B | 134 | 50 | 20 |
| Octal | 221 | 20 | 177 | 0 | 131 | 14 | 53 | 464 | 120 | 40 |
| Binary | 10010001 | 10000 | 1111111 | 0 | 1011001 | 1100 | 101011 | 100110100 | 1010000 | 100000 |
Color Harmonies of #91107F
Complementary color
Monochromatic Colors of #91107F
Black with #91107F
Text Example
Text Example
White with #91107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91107F; }
p { color: rgb(145,16,127); }
H1.HeaderClassName
{
color: #91107F;
}
.AnyTagClassName
{
color: #91107F;
}
</style>
background-color css
<style>
a { background-color: #91107F; }
a { background-color: rgb(145,16,127); }
div.DivClassName
{
background-color: #91107F;
}
.BgClassName
{
background-color: #91107F;
}
</style>
border-color css
<style>
span { border-color: #91107F; }
span { border-color: rgb(145,16,127); }
td.TdClassName
{
border-color: #91107F;
}
.TagClassName
{
border-color: #91107F;
}
</style>