Shades of Dark Purple #91347E
Tints of Dark Purple #91347E
RGB
CMYK
RGB Variations
Color information
#91347E (or 0x91347E) is known color: Dark Purple. HEX triplet: 91, 34 and 7E. RGB value is (145,52,126). Sum of RGB (Red+Green+Blue) = 145+52+126=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #91347E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91347E is #6ECB81. Grayscale: #585858. Windows color (decimal): -7261058 or 8270993. OLE color: 8270993.
HSL color Cylindrical-coordinate representation of color #91347E: hue angle of 312.26º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #91347E is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 52 | 126 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.43 |
| HSL | 312.26º | 0.47% | 0.39% | - |
| HSV(B) | 312.26º | 0.64% | 0.57% | - |
| XYZ | 16.67 | 9.98 | 20.79 | - |
| YUV | 88.24 | 149.31 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 52 | 126 | 0 | 0.64 | 0.13 | 0.43 | 312.26 | 0.47 | 0.39 |
| Hex | 91 | 34 | 7E | 0 | 40 | D | 2B | 138 | 2F | 27 |
| Octal | 221 | 64 | 176 | 0 | 100 | 15 | 53 | 470 | 57 | 47 |
| Binary | 10010001 | 110100 | 1111110 | 0 | 1000000 | 1101 | 101011 | 100111000 | 101111 | 100111 |
Color Harmonies of #91347E
Complementary color
Monochromatic Colors of #91347E
Black with #91347E
Text Example
Text Example
White with #91347E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91347E; }
p { color: rgb(145,52,126); }
H1.HeaderClassName
{
color: #91347E;
}
.AnyTagClassName
{
color: #91347E;
}
</style>
background-color css
<style>
a { background-color: #91347E; }
a { background-color: rgb(145,52,126); }
div.DivClassName
{
background-color: #91347E;
}
.BgClassName
{
background-color: #91347E;
}
</style>
border-color css
<style>
span { border-color: #91347E; }
span { border-color: rgb(145,52,126); }
td.TdClassName
{
border-color: #91347E;
}
.TagClassName
{
border-color: #91347E;
}
</style>