Shades of Dark Purple #91216E
Tints of Dark Purple #91216E
RGB
CMYK
RGB Variations
Color information
#91216E (or 0x91216E) is known color: Dark Purple. HEX triplet: 91, 21 and 6E. RGB value is (145,33,110). Sum of RGB (Red+Green+Blue) = 145+33+110=288 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.35% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 145 - color contains mainly: red. Hex color #91216E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91216E is #6EDE91. Grayscale: #4B4B4B. Windows color (decimal): -7265938 or 7217553. OLE color: 7217553.
HSL color Cylindrical-coordinate representation of color #91216E: hue angle of 318.75º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #91216E is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 33 | 110 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.43 |
| HSL | 318.75º | 0.63% | 0.35% | - |
| HSV(B) | 318.75º | 0.77% | 0.57% | - |
| XYZ | 15.04 | 8.23 | 15.55 | - |
| YUV | 75.27 | 147.61 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 110 | 0 | 0.77 | 0.24 | 0.43 | 318.75 | 0.63 | 0.35 |
| Hex | 91 | 21 | 6E | 0 | 4D | 18 | 2B | 13F | 3F | 23 |
| Octal | 221 | 41 | 156 | 0 | 115 | 30 | 53 | 477 | 77 | 43 |
| Binary | 10010001 | 100001 | 1101110 | 0 | 1001101 | 11000 | 101011 | 100111111 | 111111 | 100011 |
Color Harmonies of #91216E
Complementary color
Monochromatic Colors of #91216E
Black with #91216E
Text Example
Text Example
White with #91216E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91216E; }
p { color: rgb(145,33,110); }
H1.HeaderClassName
{
color: #91216E;
}
.AnyTagClassName
{
color: #91216E;
}
</style>
background-color css
<style>
a { background-color: #91216E; }
a { background-color: rgb(145,33,110); }
div.DivClassName
{
background-color: #91216E;
}
.BgClassName
{
background-color: #91216E;
}
</style>
border-color css
<style>
span { border-color: #91216E; }
span { border-color: rgb(145,33,110); }
td.TdClassName
{
border-color: #91216E;
}
.TagClassName
{
border-color: #91216E;
}
</style>