Shades of Dark Purple #91247E
Tints of Dark Purple #91247E
RGB
CMYK
RGB Variations
Color information
#91247E (or 0x91247E) is known color: Dark Purple. HEX triplet: 91, 24 and 7E. RGB value is (145,36,126). Sum of RGB (Red+Green+Blue) = 145+36+126=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #91247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91247E is #6EDB81. Grayscale: #4E4E4E. Windows color (decimal): -7265154 or 8266897. OLE color: 8266897.
HSL color Cylindrical-coordinate representation of color #91247E: hue angle of 310.46º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #91247E is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 36 | 126 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.43 |
| HSL | 310.46º | 0.6% | 0.35% | - |
| HSV(B) | 310.46º | 0.75% | 0.57% | - |
| XYZ | 16.07 | 8.79 | 20.59 | - |
| YUV | 78.85 | 154.61 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 36 | 126 | 0 | 0.75 | 0.13 | 0.43 | 310.46 | 0.6 | 0.35 |
| Hex | 91 | 24 | 7E | 0 | 4B | D | 2B | 136 | 3C | 23 |
| Octal | 221 | 44 | 176 | 0 | 113 | 15 | 53 | 466 | 74 | 43 |
| Binary | 10010001 | 100100 | 1111110 | 0 | 1001011 | 1101 | 101011 | 100110110 | 111100 | 100011 |
Color Harmonies of #91247E
Complementary color
Monochromatic Colors of #91247E
Black with #91247E
Text Example
Text Example
White with #91247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91247E; }
p { color: rgb(145,36,126); }
H1.HeaderClassName
{
color: #91247E;
}
.AnyTagClassName
{
color: #91247E;
}
</style>
background-color css
<style>
a { background-color: #91247E; }
a { background-color: rgb(145,36,126); }
div.DivClassName
{
background-color: #91247E;
}
.BgClassName
{
background-color: #91247E;
}
</style>
border-color css
<style>
span { border-color: #91247E; }
span { border-color: rgb(145,36,126); }
td.TdClassName
{
border-color: #91247E;
}
.TagClassName
{
border-color: #91247E;
}
</style>