Shades of Dark Purple #91216B
Tints of Dark Purple #91216B
RGB
CMYK
RGB Variations
Color information
#91216B (or 0x91216B) is known color: Dark Purple. HEX triplet: 91, 21 and 6B. RGB value is (145,33,107). Sum of RGB (Red+Green+Blue) = 145+33+107=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #91216B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91216B is #6EDE94. Grayscale: #4A4A4A. Windows color (decimal): -7265941 or 7020945. OLE color: 7020945.
HSL color Cylindrical-coordinate representation of color #91216B: hue angle of 320.36º 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 #91216B is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 33 | 107 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.43 |
| HSL | 320.36º | 0.63% | 0.35% | - |
| HSV(B) | 320.36º | 0.77% | 0.57% | - |
| XYZ | 14.87 | 8.17 | 14.7 | - |
| YUV | 74.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 107 | 0 | 0.77 | 0.26 | 0.43 | 320.36 | 0.63 | 0.35 |
| Hex | 91 | 21 | 6B | 0 | 4D | 1A | 2B | 140 | 3F | 23 |
| Octal | 221 | 41 | 153 | 0 | 115 | 32 | 53 | 500 | 77 | 43 |
| Binary | 10010001 | 100001 | 1101011 | 0 | 1001101 | 11010 | 101011 | 101000000 | 111111 | 100011 |
Color Harmonies of #91216B
Complementary color
Monochromatic Colors of #91216B
Black with #91216B
Text Example
Text Example
White with #91216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91216B; }
p { color: rgb(145,33,107); }
H1.HeaderClassName
{
color: #91216B;
}
.AnyTagClassName
{
color: #91216B;
}
</style>
background-color css
<style>
a { background-color: #91216B; }
a { background-color: rgb(145,33,107); }
div.DivClassName
{
background-color: #91216B;
}
.BgClassName
{
background-color: #91216B;
}
</style>
border-color css
<style>
span { border-color: #91216B; }
span { border-color: rgb(145,33,107); }
td.TdClassName
{
border-color: #91216B;
}
.TagClassName
{
border-color: #91216B;
}
</style>