Shades of Dark Purple #91228A
Tints of Dark Purple #91228A
RGB
CMYK
RGB Variations
Color information
#91228A (or 0x91228A) is known color: Dark Purple. HEX triplet: 91, 22 and 8A. RGB value is (145,34,138). Sum of RGB (Red+Green+Blue) = 145+34+138=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #91228A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91228A is #6EDD75. Grayscale: #4E4E4E. Windows color (decimal): -7265654 or 9052817. OLE color: 9052817.
HSL color Cylindrical-coordinate representation of color #91228A: hue angle of 303.78º degrees, saturation: 0.62, 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 #91228A is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 34 | 138 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.43 |
| HSL | 303.78º | 0.62% | 0.35% | - |
| HSV(B) | 303.78º | 0.77% | 0.57% | - |
| XYZ | 16.84 | 9 | 24.89 | - |
| YUV | 79.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 34 | 138 | 0 | 0.77 | 0.05 | 0.43 | 303.78 | 0.62 | 0.35 |
| Hex | 91 | 22 | 8A | 0 | 4D | 5 | 2B | 130 | 3E | 23 |
| Octal | 221 | 42 | 212 | 0 | 115 | 5 | 53 | 460 | 76 | 43 |
| Binary | 10010001 | 100010 | 10001010 | 0 | 1001101 | 101 | 101011 | 100110000 | 111110 | 100011 |
Color Harmonies of #91228A
Complementary color
Monochromatic Colors of #91228A
Black with #91228A
Text Example
Text Example
White with #91228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91228A; }
p { color: rgb(145,34,138); }
H1.HeaderClassName
{
color: #91228A;
}
.AnyTagClassName
{
color: #91228A;
}
</style>
background-color css
<style>
a { background-color: #91228A; }
a { background-color: rgb(145,34,138); }
div.DivClassName
{
background-color: #91228A;
}
.BgClassName
{
background-color: #91228A;
}
</style>
border-color css
<style>
span { border-color: #91228A; }
span { border-color: rgb(145,34,138); }
td.TdClassName
{
border-color: #91228A;
}
.TagClassName
{
border-color: #91228A;
}
</style>