Shades of Dark Purple #91228C
Tints of Dark Purple #91228C
RGB
CMYK
RGB Variations
Color information
#91228C (or 0x91228C) is known color: Dark Purple. HEX triplet: 91, 22 and 8C. RGB value is (145,34,140). Sum of RGB (Red+Green+Blue) = 145+34+140=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #91228C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91228C is #6EDD73. Grayscale: #4E4E4E. Windows color (decimal): -7265652 or 9183889. OLE color: 9183889.
HSL color Cylindrical-coordinate representation of color #91228C: hue angle of 302.7º 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 #91228C is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 34 | 140 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.43 |
| HSL | 302.7º | 0.62% | 0.35% | - |
| HSV(B) | 302.7º | 0.77% | 0.57% | - |
| XYZ | 16.98 | 9.06 | 25.66 | - |
| YUV | 79.27 | 162.27 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 34 | 140 | 0 | 0.77 | 0.03 | 0.43 | 302.7 | 0.62 | 0.35 |
| Hex | 91 | 22 | 8C | 0 | 4D | 3 | 2B | 12F | 3E | 23 |
| Octal | 221 | 42 | 214 | 0 | 115 | 3 | 53 | 457 | 76 | 43 |
| Binary | 10010001 | 100010 | 10001100 | 0 | 1001101 | 11 | 101011 | 100101111 | 111110 | 100011 |
Color Harmonies of #91228C
Complementary color
Monochromatic Colors of #91228C
Black with #91228C
Text Example
Text Example
White with #91228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91228C; }
p { color: rgb(145,34,140); }
H1.HeaderClassName
{
color: #91228C;
}
.AnyTagClassName
{
color: #91228C;
}
</style>
background-color css
<style>
a { background-color: #91228C; }
a { background-color: rgb(145,34,140); }
div.DivClassName
{
background-color: #91228C;
}
.BgClassName
{
background-color: #91228C;
}
</style>
border-color css
<style>
span { border-color: #91228C; }
span { border-color: rgb(145,34,140); }
td.TdClassName
{
border-color: #91228C;
}
.TagClassName
{
border-color: #91228C;
}
</style>