Shades of Dark Purple #91176B
Tints of Dark Purple #91176B
RGB
CMYK
RGB Variations
Color information
#91176B (or 0x91176B) is known color: Dark Purple. HEX triplet: 91, 17 and 6B. RGB value is (145,23,107). Sum of RGB (Red+Green+Blue) = 145+23+107=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #91176B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91176B is #6EE894. Grayscale: #444444. Windows color (decimal): -7268501 or 7018385. OLE color: 7018385.
HSL color Cylindrical-coordinate representation of color #91176B: hue angle of 318.69º 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 #91176B is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 23 | 107 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.43 |
| HSL | 318.69º | 0.73% | 0.33% | - |
| HSV(B) | 318.69º | 0.84% | 0.57% | - |
| XYZ | 14.64 | 7.69 | 14.62 | - |
| YUV | 69.05 | 149.42 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 107 | 0 | 0.84 | 0.26 | 0.43 | 318.69 | 0.73 | 0.33 |
| Hex | 91 | 17 | 6B | 0 | 54 | 1A | 2B | 13F | 49 | 21 |
| Octal | 221 | 27 | 153 | 0 | 124 | 32 | 53 | 477 | 111 | 41 |
| Binary | 10010001 | 10111 | 1101011 | 0 | 1010100 | 11010 | 101011 | 100111111 | 1001001 | 100001 |
Color Harmonies of #91176B
Complementary color
Monochromatic Colors of #91176B
Black with #91176B
Text Example
Text Example
White with #91176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91176B; }
p { color: rgb(145,23,107); }
H1.HeaderClassName
{
color: #91176B;
}
.AnyTagClassName
{
color: #91176B;
}
</style>
background-color css
<style>
a { background-color: #91176B; }
a { background-color: rgb(145,23,107); }
div.DivClassName
{
background-color: #91176B;
}
.BgClassName
{
background-color: #91176B;
}
</style>
border-color css
<style>
span { border-color: #91176B; }
span { border-color: rgb(145,23,107); }
td.TdClassName
{
border-color: #91176B;
}
.TagClassName
{
border-color: #91176B;
}
</style>