Shades of Dark Purple #91337A
Tints of Dark Purple #91337A
RGB
CMYK
RGB Variations
Color information
#91337A (or 0x91337A) is known color: Dark Purple. HEX triplet: 91, 33 and 7A. RGB value is (145,51,122). Sum of RGB (Red+Green+Blue) = 145+51+122=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #91337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91337A is #6ECC85. Grayscale: #575757. Windows color (decimal): -7261318 or 8008593. OLE color: 8008593.
HSL color Cylindrical-coordinate representation of color #91337A: hue angle of 314.68º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #91337A is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 51 | 122 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.43 |
| HSL | 314.68º | 0.48% | 0.38% | - |
| HSV(B) | 314.68º | 0.65% | 0.57% | - |
| XYZ | 16.37 | 9.79 | 19.44 | - |
| YUV | 87.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 51 | 122 | 0 | 0.65 | 0.16 | 0.43 | 314.68 | 0.48 | 0.38 |
| Hex | 91 | 33 | 7A | 0 | 41 | 10 | 2B | 13B | 30 | 26 |
| Octal | 221 | 63 | 172 | 0 | 101 | 20 | 53 | 473 | 60 | 46 |
| Binary | 10010001 | 110011 | 1111010 | 0 | 1000001 | 10000 | 101011 | 100111011 | 110000 | 100110 |
Color Harmonies of #91337A
Complementary color
Monochromatic Colors of #91337A
Black with #91337A
Text Example
Text Example
White with #91337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91337A; }
p { color: rgb(145,51,122); }
H1.HeaderClassName
{
color: #91337A;
}
.AnyTagClassName
{
color: #91337A;
}
</style>
background-color css
<style>
a { background-color: #91337A; }
a { background-color: rgb(145,51,122); }
div.DivClassName
{
background-color: #91337A;
}
.BgClassName
{
background-color: #91337A;
}
</style>
border-color css
<style>
span { border-color: #91337A; }
span { border-color: rgb(145,51,122); }
td.TdClassName
{
border-color: #91337A;
}
.TagClassName
{
border-color: #91337A;
}
</style>