Shades of Dark Purple #91297C
Tints of Dark Purple #91297C
RGB
CMYK
RGB Variations
Color information
#91297C (or 0x91297C) is known color: Dark Purple. HEX triplet: 91, 29 and 7C. RGB value is (145,41,124). Sum of RGB (Red+Green+Blue) = 145+41+124=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #91297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91297C is #6ED683. Grayscale: #515151. Windows color (decimal): -7263876 or 8137105. OLE color: 8137105.
HSL color Cylindrical-coordinate representation of color #91297C: hue angle of 312.12º 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 #91297C is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 41 | 124 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.43 |
| HSL | 312.12º | 0.56% | 0.36% | - |
| HSV(B) | 312.12º | 0.72% | 0.57% | - |
| XYZ | 16.11 | 9.06 | 19.97 | - |
| YUV | 81.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 41 | 124 | 0 | 0.72 | 0.14 | 0.43 | 312.12 | 0.56 | 0.36 |
| Hex | 91 | 29 | 7C | 0 | 48 | E | 2B | 138 | 38 | 24 |
| Octal | 221 | 51 | 174 | 0 | 110 | 16 | 53 | 470 | 70 | 44 |
| Binary | 10010001 | 101001 | 1111100 | 0 | 1001000 | 1110 | 101011 | 100111000 | 111000 | 100100 |
Color Harmonies of #91297C
Complementary color
Monochromatic Colors of #91297C
Black with #91297C
Text Example
Text Example
White with #91297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91297C; }
p { color: rgb(145,41,124); }
H1.HeaderClassName
{
color: #91297C;
}
.AnyTagClassName
{
color: #91297C;
}
</style>
background-color css
<style>
a { background-color: #91297C; }
a { background-color: rgb(145,41,124); }
div.DivClassName
{
background-color: #91297C;
}
.BgClassName
{
background-color: #91297C;
}
</style>
border-color css
<style>
span { border-color: #91297C; }
span { border-color: rgb(145,41,124); }
td.TdClassName
{
border-color: #91297C;
}
.TagClassName
{
border-color: #91297C;
}
</style>