Shades of Dark Purple #91216D
Tints of Dark Purple #91216D
RGB
CMYK
RGB Variations
Color information
#91216D (or 0x91216D) is known color: Dark Purple. HEX triplet: 91, 21 and 6D. RGB value is (145,33,109). Sum of RGB (Red+Green+Blue) = 145+33+109=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #91216D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91216D is #6EDE92. Grayscale: #4A4A4A. Windows color (decimal): -7265939 or 7152017. OLE color: 7152017.
HSL color Cylindrical-coordinate representation of color #91216D: hue angle of 319.29º 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 #91216D is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 33 | 109 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.43 |
| HSL | 319.29º | 0.63% | 0.35% | - |
| HSV(B) | 319.29º | 0.77% | 0.57% | - |
| XYZ | 14.98 | 8.21 | 15.26 | - |
| YUV | 75.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 109 | 0 | 0.77 | 0.25 | 0.43 | 319.29 | 0.63 | 0.35 |
| Hex | 91 | 21 | 6D | 0 | 4D | 19 | 2B | 13F | 3F | 23 |
| Octal | 221 | 41 | 155 | 0 | 115 | 31 | 53 | 477 | 77 | 43 |
| Binary | 10010001 | 100001 | 1101101 | 0 | 1001101 | 11001 | 101011 | 100111111 | 111111 | 100011 |
Color Harmonies of #91216D
Complementary color
Monochromatic Colors of #91216D
Black with #91216D
Text Example
Text Example
White with #91216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91216D; }
p { color: rgb(145,33,109); }
H1.HeaderClassName
{
color: #91216D;
}
.AnyTagClassName
{
color: #91216D;
}
</style>
background-color css
<style>
a { background-color: #91216D; }
a { background-color: rgb(145,33,109); }
div.DivClassName
{
background-color: #91216D;
}
.BgClassName
{
background-color: #91216D;
}
</style>
border-color css
<style>
span { border-color: #91216D; }
span { border-color: rgb(145,33,109); }
td.TdClassName
{
border-color: #91216D;
}
.TagClassName
{
border-color: #91216D;
}
</style>