Shades of Dark Purple #91176C
Tints of Dark Purple #91176C
RGB
CMYK
RGB Variations
Color information
#91176C (or 0x91176C) is known color: Dark Purple. HEX triplet: 91, 17 and 6C. RGB value is (145,23,108). Sum of RGB (Red+Green+Blue) = 145+23+108=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #91176C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91176C is #6EE893. Grayscale: #444444. Windows color (decimal): -7268500 or 7083921. OLE color: 7083921.
HSL color Cylindrical-coordinate representation of color #91176C: hue angle of 318.2º 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 #91176C is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 23 | 108 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.43 |
| HSL | 318.2º | 0.73% | 0.33% | - |
| HSV(B) | 318.2º | 0.84% | 0.57% | - |
| XYZ | 14.69 | 7.72 | 14.9 | - |
| YUV | 69.17 | 149.92 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 108 | 0 | 0.84 | 0.26 | 0.43 | 318.2 | 0.73 | 0.33 |
| Hex | 91 | 17 | 6C | 0 | 54 | 1A | 2B | 13E | 49 | 21 |
| Octal | 221 | 27 | 154 | 0 | 124 | 32 | 53 | 476 | 111 | 41 |
| Binary | 10010001 | 10111 | 1101100 | 0 | 1010100 | 11010 | 101011 | 100111110 | 1001001 | 100001 |
Color Harmonies of #91176C
Complementary color
Monochromatic Colors of #91176C
Black with #91176C
Text Example
Text Example
White with #91176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91176C; }
p { color: rgb(145,23,108); }
H1.HeaderClassName
{
color: #91176C;
}
.AnyTagClassName
{
color: #91176C;
}
</style>
background-color css
<style>
a { background-color: #91176C; }
a { background-color: rgb(145,23,108); }
div.DivClassName
{
background-color: #91176C;
}
.BgClassName
{
background-color: #91176C;
}
</style>
border-color css
<style>
span { border-color: #91176C; }
span { border-color: rgb(145,23,108); }
td.TdClassName
{
border-color: #91176C;
}
.TagClassName
{
border-color: #91176C;
}
</style>