Shades of Dark Purple #91417E
Tints of Dark Purple #91417E
RGB
CMYK
RGB Variations
Color information
#91417E (or 0x91417E) is known color: Dark Purple. HEX triplet: 91, 41 and 7E. RGB value is (145,65,126). Sum of RGB (Red+Green+Blue) = 145+65+126=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #91417E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91417E is #6EBE81. Grayscale: #5F5F5F. Windows color (decimal): -7257730 or 8274321. OLE color: 8274321.
HSL color Cylindrical-coordinate representation of color #91417E: hue angle of 314.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #91417E is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 65 | 126 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.43 |
| HSL | 314.25º | 0.38% | 0.41% | - |
| HSV(B) | 314.25º | 0.55% | 0.57% | - |
| XYZ | 17.33 | 11.31 | 21.01 | - |
| YUV | 95.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 65 | 126 | 0 | 0.55 | 0.13 | 0.43 | 314.25 | 0.38 | 0.41 |
| Hex | 91 | 41 | 7E | 0 | 37 | D | 2B | 13A | 26 | 29 |
| Octal | 221 | 101 | 176 | 0 | 67 | 15 | 53 | 472 | 46 | 51 |
| Binary | 10010001 | 1000001 | 1111110 | 0 | 110111 | 1101 | 101011 | 100111010 | 100110 | 101001 |
Color Harmonies of #91417E
Complementary color
Monochromatic Colors of #91417E
Black with #91417E
Text Example
Text Example
White with #91417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91417E; }
p { color: rgb(145,65,126); }
H1.HeaderClassName
{
color: #91417E;
}
.AnyTagClassName
{
color: #91417E;
}
</style>
background-color css
<style>
a { background-color: #91417E; }
a { background-color: rgb(145,65,126); }
div.DivClassName
{
background-color: #91417E;
}
.BgClassName
{
background-color: #91417E;
}
</style>
border-color css
<style>
span { border-color: #91417E; }
span { border-color: rgb(145,65,126); }
td.TdClassName
{
border-color: #91417E;
}
.TagClassName
{
border-color: #91417E;
}
</style>