Shades of Dark Purple #91298E
Tints of Dark Purple #91298E
RGB
CMYK
RGB Variations
Color information
#91298E (or 0x91298E) is known color: Dark Purple. HEX triplet: 91, 29 and 8E. RGB value is (145,41,142). Sum of RGB (Red+Green+Blue) = 145+41+142=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #91298E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91298E is #6ED671. Grayscale: #535353. Windows color (decimal): -7263858 or 9316753. OLE color: 9316753.
HSL color Cylindrical-coordinate representation of color #91298E: hue angle of 301.73º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #91298E is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 41 | 142 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.43 |
| HSL | 301.73º | 0.56% | 0.36% | - |
| HSV(B) | 301.73º | 0.72% | 0.57% | - |
| XYZ | 17.35 | 9.56 | 26.52 | - |
| YUV | 83.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 41 | 142 | 0 | 0.72 | 0.02 | 0.43 | 301.73 | 0.56 | 0.36 |
| Hex | 91 | 29 | 8E | 0 | 48 | 2 | 2B | 12E | 38 | 24 |
| Octal | 221 | 51 | 216 | 0 | 110 | 2 | 53 | 456 | 70 | 44 |
| Binary | 10010001 | 101001 | 10001110 | 0 | 1001000 | 10 | 101011 | 100101110 | 111000 | 100100 |
Color Harmonies of #91298E
Complementary color
Monochromatic Colors of #91298E
Black with #91298E
Text Example
Text Example
White with #91298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91298E; }
p { color: rgb(145,41,142); }
H1.HeaderClassName
{
color: #91298E;
}
.AnyTagClassName
{
color: #91298E;
}
</style>
background-color css
<style>
a { background-color: #91298E; }
a { background-color: rgb(145,41,142); }
div.DivClassName
{
background-color: #91298E;
}
.BgClassName
{
background-color: #91298E;
}
</style>
border-color css
<style>
span { border-color: #91298E; }
span { border-color: rgb(145,41,142); }
td.TdClassName
{
border-color: #91298E;
}
.TagClassName
{
border-color: #91298E;
}
</style>