Shades of Dark Purple #91267E
Tints of Dark Purple #91267E
RGB
CMYK
RGB Variations
Color information
#91267E (or 0x91267E) is known color: Dark Purple. HEX triplet: 91, 26 and 7E. RGB value is (145,38,126). Sum of RGB (Red+Green+Blue) = 145+38+126=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #91267E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91267E is #6ED981. Grayscale: #4F4F4F. Windows color (decimal): -7264642 or 8267409. OLE color: 8267409.
HSL color Cylindrical-coordinate representation of color #91267E: hue angle of 310.65º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #91267E is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 38 | 126 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.43 |
| HSL | 310.65º | 0.58% | 0.36% | - |
| HSV(B) | 310.65º | 0.74% | 0.57% | - |
| XYZ | 16.14 | 8.91 | 20.61 | - |
| YUV | 80.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 38 | 126 | 0 | 0.74 | 0.13 | 0.43 | 310.65 | 0.58 | 0.36 |
| Hex | 91 | 26 | 7E | 0 | 4A | D | 2B | 137 | 3A | 24 |
| Octal | 221 | 46 | 176 | 0 | 112 | 15 | 53 | 467 | 72 | 44 |
| Binary | 10010001 | 100110 | 1111110 | 0 | 1001010 | 1101 | 101011 | 100110111 | 111010 | 100100 |
Color Harmonies of #91267E
Complementary color
Monochromatic Colors of #91267E
Black with #91267E
Text Example
Text Example
White with #91267E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91267E; }
p { color: rgb(145,38,126); }
H1.HeaderClassName
{
color: #91267E;
}
.AnyTagClassName
{
color: #91267E;
}
</style>
background-color css
<style>
a { background-color: #91267E; }
a { background-color: rgb(145,38,126); }
div.DivClassName
{
background-color: #91267E;
}
.BgClassName
{
background-color: #91267E;
}
</style>
border-color css
<style>
span { border-color: #91267E; }
span { border-color: rgb(145,38,126); }
td.TdClassName
{
border-color: #91267E;
}
.TagClassName
{
border-color: #91267E;
}
</style>