Shades of Dark Purple #91126F
Tints of Dark Purple #91126F
RGB
CMYK
RGB Variations
Color information
#91126F (or 0x91126F) is known color: Dark Purple. HEX triplet: 91, 12 and 6F. RGB value is (145,18,111). Sum of RGB (Red+Green+Blue) = 145+18+111=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #91126F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91126F is #6EED90. Grayscale: #424242. Windows color (decimal): -7269777 or 7279249. OLE color: 7279249.
HSL color Cylindrical-coordinate representation of color #91126F: hue angle of 316.06º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #91126F is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 18 | 111 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.43 |
| HSL | 316.06º | 0.78% | 0.32% | - |
| HSV(B) | 316.06º | 0.88% | 0.57% | - |
| XYZ | 14.76 | 7.6 | 15.73 | - |
| YUV | 66.58 | 153.08 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 18 | 111 | 0 | 0.88 | 0.23 | 0.43 | 316.06 | 0.78 | 0.32 |
| Hex | 91 | 12 | 6F | 0 | 58 | 17 | 2B | 13C | 4E | 20 |
| Octal | 221 | 22 | 157 | 0 | 130 | 27 | 53 | 474 | 116 | 40 |
| Binary | 10010001 | 10010 | 1101111 | 0 | 1011000 | 10111 | 101011 | 100111100 | 1001110 | 100000 |
Color Harmonies of #91126F
Complementary color
Monochromatic Colors of #91126F
Black with #91126F
Text Example
Text Example
White with #91126F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91126F; }
p { color: rgb(145,18,111); }
H1.HeaderClassName
{
color: #91126F;
}
.AnyTagClassName
{
color: #91126F;
}
</style>
background-color css
<style>
a { background-color: #91126F; }
a { background-color: rgb(145,18,111); }
div.DivClassName
{
background-color: #91126F;
}
.BgClassName
{
background-color: #91126F;
}
</style>
border-color css
<style>
span { border-color: #91126F; }
span { border-color: rgb(145,18,111); }
td.TdClassName
{
border-color: #91126F;
}
.TagClassName
{
border-color: #91126F;
}
</style>