Shades of Dark Purple #91186F
Tints of Dark Purple #91186F
RGB
CMYK
RGB Variations
Color information
#91186F (or 0x91186F) is known color: Dark Purple. HEX triplet: 91, 18 and 6F. RGB value is (145,24,111). Sum of RGB (Red+Green+Blue) = 145+24+111=280 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.79% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 145 - color contains mainly: red. Hex color #91186F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91186F is #6EE790. Grayscale: #454545. Windows color (decimal): -7268241 or 7280785. OLE color: 7280785.
HSL color Cylindrical-coordinate representation of color #91186F: hue angle of 316.86º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #91186F is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 24 | 111 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.43 |
| HSL | 316.86º | 0.72% | 0.33% | - |
| HSV(B) | 316.86º | 0.83% | 0.57% | - |
| XYZ | 14.87 | 7.82 | 15.76 | - |
| YUV | 70.1 | 151.09 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 111 | 0 | 0.83 | 0.23 | 0.43 | 316.86 | 0.72 | 0.33 |
| Hex | 91 | 18 | 6F | 0 | 53 | 17 | 2B | 13D | 48 | 21 |
| Octal | 221 | 30 | 157 | 0 | 123 | 27 | 53 | 475 | 110 | 41 |
| Binary | 10010001 | 11000 | 1101111 | 0 | 1010011 | 10111 | 101011 | 100111101 | 1001000 | 100001 |
Color Harmonies of #91186F
Complementary color
Monochromatic Colors of #91186F
Black with #91186F
Text Example
Text Example
White with #91186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91186F; }
p { color: rgb(145,24,111); }
H1.HeaderClassName
{
color: #91186F;
}
.AnyTagClassName
{
color: #91186F;
}
</style>
background-color css
<style>
a { background-color: #91186F; }
a { background-color: rgb(145,24,111); }
div.DivClassName
{
background-color: #91186F;
}
.BgClassName
{
background-color: #91186F;
}
</style>
border-color css
<style>
span { border-color: #91186F; }
span { border-color: rgb(145,24,111); }
td.TdClassName
{
border-color: #91186F;
}
.TagClassName
{
border-color: #91186F;
}
</style>