Shades of Dark Purple #91176F
Tints of Dark Purple #91176F
RGB
CMYK
RGB Variations
Color information
#91176F (or 0x91176F) is known color: Dark Purple. HEX triplet: 91, 17 and 6F. RGB value is (145,23,111). Sum of RGB (Red+Green+Blue) = 145+23+111=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #91176F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91176F is #6EE890. Grayscale: #454545. Windows color (decimal): -7268497 or 7280529. OLE color: 7280529.
HSL color Cylindrical-coordinate representation of color #91176F: hue angle of 316.72º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #91176F is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 23 | 111 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.43 |
| HSL | 316.72º | 0.73% | 0.33% | - |
| HSV(B) | 316.72º | 0.84% | 0.57% | - |
| XYZ | 14.85 | 7.78 | 15.76 | - |
| YUV | 69.51 | 151.42 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 111 | 0 | 0.84 | 0.23 | 0.43 | 316.72 | 0.73 | 0.33 |
| Hex | 91 | 17 | 6F | 0 | 54 | 17 | 2B | 13D | 49 | 21 |
| Octal | 221 | 27 | 157 | 0 | 124 | 27 | 53 | 475 | 111 | 41 |
| Binary | 10010001 | 10111 | 1101111 | 0 | 1010100 | 10111 | 101011 | 100111101 | 1001001 | 100001 |
Color Harmonies of #91176F
Complementary color
Monochromatic Colors of #91176F
Black with #91176F
Text Example
Text Example
White with #91176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91176F; }
p { color: rgb(145,23,111); }
H1.HeaderClassName
{
color: #91176F;
}
.AnyTagClassName
{
color: #91176F;
}
</style>
background-color css
<style>
a { background-color: #91176F; }
a { background-color: rgb(145,23,111); }
div.DivClassName
{
background-color: #91176F;
}
.BgClassName
{
background-color: #91176F;
}
</style>
border-color css
<style>
span { border-color: #91176F; }
span { border-color: rgb(145,23,111); }
td.TdClassName
{
border-color: #91176F;
}
.TagClassName
{
border-color: #91176F;
}
</style>