Shades of Dark Purple #91397A
Tints of Dark Purple #91397A
RGB
CMYK
RGB Variations
Color information
#91397A (or 0x91397A) is known color: Dark Purple. HEX triplet: 91, 39 and 7A. RGB value is (145,57,122). Sum of RGB (Red+Green+Blue) = 145+57+122=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #91397A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91397A is #6EC685. Grayscale: #5A5A5A. Windows color (decimal): -7259782 or 8010129. OLE color: 8010129.
HSL color Cylindrical-coordinate representation of color #91397A: hue angle of 315.68º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #91397A is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 57 | 122 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.43 |
| HSL | 315.68º | 0.44% | 0.4% | - |
| HSV(B) | 315.68º | 0.61% | 0.57% | - |
| XYZ | 16.65 | 10.35 | 19.53 | - |
| YUV | 90.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 57 | 122 | 0 | 0.61 | 0.16 | 0.43 | 315.68 | 0.44 | 0.4 |
| Hex | 91 | 39 | 7A | 0 | 3D | 10 | 2B | 13C | 2C | 28 |
| Octal | 221 | 71 | 172 | 0 | 75 | 20 | 53 | 474 | 54 | 50 |
| Binary | 10010001 | 111001 | 1111010 | 0 | 111101 | 10000 | 101011 | 100111100 | 101100 | 101000 |
Color Harmonies of #91397A
Complementary color
Monochromatic Colors of #91397A
Black with #91397A
Text Example
Text Example
White with #91397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91397A; }
p { color: rgb(145,57,122); }
H1.HeaderClassName
{
color: #91397A;
}
.AnyTagClassName
{
color: #91397A;
}
</style>
background-color css
<style>
a { background-color: #91397A; }
a { background-color: rgb(145,57,122); }
div.DivClassName
{
background-color: #91397A;
}
.BgClassName
{
background-color: #91397A;
}
</style>
border-color css
<style>
span { border-color: #91397A; }
span { border-color: rgb(145,57,122); }
td.TdClassName
{
border-color: #91397A;
}
.TagClassName
{
border-color: #91397A;
}
</style>