Shades of Dark Purple #91218F
Tints of Dark Purple #91218F
RGB
CMYK
RGB Variations
Color information
#91218F (or 0x91218F) is known color: Dark Purple. HEX triplet: 91, 21 and 8F. RGB value is (145,33,143). Sum of RGB (Red+Green+Blue) = 145+33+143=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 145 - color contains mainly: red. Hex color #91218F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91218F is #6EDE70. Grayscale: #4E4E4E. Windows color (decimal): -7265905 or 9380241. OLE color: 9380241.
HSL color Cylindrical-coordinate representation of color #91218F: hue angle of 301.07º 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 #91218F is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 33 | 143 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.43 |
| HSL | 301.07º | 0.63% | 0.35% | - |
| HSV(B) | 301.07º | 0.77% | 0.57% | - |
| XYZ | 17.18 | 9.09 | 26.84 | - |
| YUV | 79.03 | 164.11 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 143 | 0 | 0.77 | 0.01 | 0.43 | 301.07 | 0.63 | 0.35 |
| Hex | 91 | 21 | 8F | 0 | 4D | 1 | 2B | 12D | 3F | 23 |
| Octal | 221 | 41 | 217 | 0 | 115 | 1 | 53 | 455 | 77 | 43 |
| Binary | 10010001 | 100001 | 10001111 | 0 | 1001101 | 1 | 101011 | 100101101 | 111111 | 100011 |
Color Harmonies of #91218F
Complementary color
Monochromatic Colors of #91218F
Black with #91218F
Text Example
Text Example
White with #91218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91218F; }
p { color: rgb(145,33,143); }
H1.HeaderClassName
{
color: #91218F;
}
.AnyTagClassName
{
color: #91218F;
}
</style>
background-color css
<style>
a { background-color: #91218F; }
a { background-color: rgb(145,33,143); }
div.DivClassName
{
background-color: #91218F;
}
.BgClassName
{
background-color: #91218F;
}
</style>
border-color css
<style>
span { border-color: #91218F; }
span { border-color: rgb(145,33,143); }
td.TdClassName
{
border-color: #91218F;
}
.TagClassName
{
border-color: #91218F;
}
</style>