Shades of Dark Purple #91218A
Tints of Dark Purple #91218A
RGB
CMYK
RGB Variations
Color information
#91218A (or 0x91218A) is known color: Dark Purple. HEX triplet: 91, 21 and 8A. RGB value is (145,33,138). Sum of RGB (Red+Green+Blue) = 145+33+138=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #91218A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91218A is #6EDE75. Grayscale: #4E4E4E. Windows color (decimal): -7265910 or 9052561. OLE color: 9052561.
HSL color Cylindrical-coordinate representation of color #91218A: hue angle of 303.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 #91218A is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 33 | 138 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.43 |
| HSL | 303.75º | 0.63% | 0.35% | - |
| HSV(B) | 303.75º | 0.77% | 0.57% | - |
| XYZ | 16.81 | 8.94 | 24.88 | - |
| YUV | 78.46 | 161.61 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 138 | 0 | 0.77 | 0.05 | 0.43 | 303.75 | 0.63 | 0.35 |
| Hex | 91 | 21 | 8A | 0 | 4D | 5 | 2B | 130 | 3F | 23 |
| Octal | 221 | 41 | 212 | 0 | 115 | 5 | 53 | 460 | 77 | 43 |
| Binary | 10010001 | 100001 | 10001010 | 0 | 1001101 | 101 | 101011 | 100110000 | 111111 | 100011 |
Color Harmonies of #91218A
Complementary color
Monochromatic Colors of #91218A
Black with #91218A
Text Example
Text Example
White with #91218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91218A; }
p { color: rgb(145,33,138); }
H1.HeaderClassName
{
color: #91218A;
}
.AnyTagClassName
{
color: #91218A;
}
</style>
background-color css
<style>
a { background-color: #91218A; }
a { background-color: rgb(145,33,138); }
div.DivClassName
{
background-color: #91218A;
}
.BgClassName
{
background-color: #91218A;
}
</style>
border-color css
<style>
span { border-color: #91218A; }
span { border-color: rgb(145,33,138); }
td.TdClassName
{
border-color: #91218A;
}
.TagClassName
{
border-color: #91218A;
}
</style>