Shades of Dark Purple #91337E
Tints of Dark Purple #91337E
RGB
CMYK
RGB Variations
Color information
#91337E (or 0x91337E) is known color: Dark Purple. HEX triplet: 91, 33 and 7E. RGB value is (145,51,126). Sum of RGB (Red+Green+Blue) = 145+51+126=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #91337E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91337E is #6ECC81. Grayscale: #575757. Windows color (decimal): -7261314 or 8270737. OLE color: 8270737.
HSL color Cylindrical-coordinate representation of color #91337E: hue angle of 312.13º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #91337E is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 51 | 126 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.43 |
| HSL | 312.13º | 0.48% | 0.38% | - |
| HSV(B) | 312.13º | 0.65% | 0.57% | - |
| XYZ | 16.63 | 9.89 | 20.77 | - |
| YUV | 87.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 51 | 126 | 0 | 0.65 | 0.13 | 0.43 | 312.13 | 0.48 | 0.38 |
| Hex | 91 | 33 | 7E | 0 | 41 | D | 2B | 138 | 30 | 26 |
| Octal | 221 | 63 | 176 | 0 | 101 | 15 | 53 | 470 | 60 | 46 |
| Binary | 10010001 | 110011 | 1111110 | 0 | 1000001 | 1101 | 101011 | 100111000 | 110000 | 100110 |
Color Harmonies of #91337E
Complementary color
Monochromatic Colors of #91337E
Black with #91337E
Text Example
Text Example
White with #91337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91337E; }
p { color: rgb(145,51,126); }
H1.HeaderClassName
{
color: #91337E;
}
.AnyTagClassName
{
color: #91337E;
}
</style>
background-color css
<style>
a { background-color: #91337E; }
a { background-color: rgb(145,51,126); }
div.DivClassName
{
background-color: #91337E;
}
.BgClassName
{
background-color: #91337E;
}
</style>
border-color css
<style>
span { border-color: #91337E; }
span { border-color: rgb(145,51,126); }
td.TdClassName
{
border-color: #91337E;
}
.TagClassName
{
border-color: #91337E;
}
</style>