Shades of Dark Purple #91187C
Tints of Dark Purple #91187C
RGB
CMYK
RGB Variations
Color information
#91187C (or 0x91187C) is known color: Dark Purple. HEX triplet: 91, 18 and 7C. RGB value is (145,24,124). Sum of RGB (Red+Green+Blue) = 145+24+124=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 145 - color contains mainly: red. Hex color #91187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91187C is #6EE783. Grayscale: #474747. Windows color (decimal): -7268228 or 8132753. OLE color: 8132753.
HSL color Cylindrical-coordinate representation of color #91187C: hue angle of 310.41º 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 #91187C is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 24 | 124 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.43 |
| HSL | 310.41º | 0.72% | 0.33% | - |
| HSV(B) | 310.41º | 0.83% | 0.57% | - |
| XYZ | 15.64 | 8.13 | 19.81 | - |
| YUV | 71.58 | 157.59 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 124 | 0 | 0.83 | 0.14 | 0.43 | 310.41 | 0.72 | 0.33 |
| Hex | 91 | 18 | 7C | 0 | 53 | E | 2B | 136 | 48 | 21 |
| Octal | 221 | 30 | 174 | 0 | 123 | 16 | 53 | 466 | 110 | 41 |
| Binary | 10010001 | 11000 | 1111100 | 0 | 1010011 | 1110 | 101011 | 100110110 | 1001000 | 100001 |
Color Harmonies of #91187C
Complementary color
Monochromatic Colors of #91187C
Black with #91187C
Text Example
Text Example
White with #91187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91187C; }
p { color: rgb(145,24,124); }
H1.HeaderClassName
{
color: #91187C;
}
.AnyTagClassName
{
color: #91187C;
}
</style>
background-color css
<style>
a { background-color: #91187C; }
a { background-color: rgb(145,24,124); }
div.DivClassName
{
background-color: #91187C;
}
.BgClassName
{
background-color: #91187C;
}
</style>
border-color css
<style>
span { border-color: #91187C; }
span { border-color: rgb(145,24,124); }
td.TdClassName
{
border-color: #91187C;
}
.TagClassName
{
border-color: #91187C;
}
</style>