Shades of Dark Purple #91167C
Tints of Dark Purple #91167C
RGB
CMYK
RGB Variations
Color information
#91167C (or 0x91167C) is known color: Dark Purple. HEX triplet: 91, 16 and 7C. RGB value is (145,22,124). Sum of RGB (Red+Green+Blue) = 145+22+124=291 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.83% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 145 - color contains mainly: red. Hex color #91167C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91167C is #6EE983. Grayscale: #464646. Windows color (decimal): -7268740 or 8132241. OLE color: 8132241.
HSL color Cylindrical-coordinate representation of color #91167C: hue angle of 310.24º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #91167C is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 22 | 124 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.43 |
| HSL | 310.24º | 0.74% | 0.33% | - |
| HSV(B) | 310.24º | 0.85% | 0.57% | - |
| XYZ | 15.6 | 8.05 | 19.8 | - |
| YUV | 70.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 22 | 124 | 0 | 0.85 | 0.14 | 0.43 | 310.24 | 0.74 | 0.33 |
| Hex | 91 | 16 | 7C | 0 | 55 | E | 2B | 136 | 4A | 21 |
| Octal | 221 | 26 | 174 | 0 | 125 | 16 | 53 | 466 | 112 | 41 |
| Binary | 10010001 | 10110 | 1111100 | 0 | 1010101 | 1110 | 101011 | 100110110 | 1001010 | 100001 |
Color Harmonies of #91167C
Complementary color
Monochromatic Colors of #91167C
Black with #91167C
Text Example
Text Example
White with #91167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91167C; }
p { color: rgb(145,22,124); }
H1.HeaderClassName
{
color: #91167C;
}
.AnyTagClassName
{
color: #91167C;
}
</style>
background-color css
<style>
a { background-color: #91167C; }
a { background-color: rgb(145,22,124); }
div.DivClassName
{
background-color: #91167C;
}
.BgClassName
{
background-color: #91167C;
}
</style>
border-color css
<style>
span { border-color: #91167C; }
span { border-color: rgb(145,22,124); }
td.TdClassName
{
border-color: #91167C;
}
.TagClassName
{
border-color: #91167C;
}
</style>