Shades of Dark Purple #91387A
Tints of Dark Purple #91387A
RGB
CMYK
RGB Variations
Color information
#91387A (or 0x91387A) is known color: Dark Purple. HEX triplet: 91, 38 and 7A. RGB value is (145,56,122). Sum of RGB (Red+Green+Blue) = 145+56+122=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #91387A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91387A is #6EC785. Grayscale: #595959. Windows color (decimal): -7260038 or 8009873. OLE color: 8009873.
HSL color Cylindrical-coordinate representation of color #91387A: hue angle of 315.51º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #91387A is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 56 | 122 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.43 |
| HSL | 315.51º | 0.44% | 0.39% | - |
| HSV(B) | 315.51º | 0.61% | 0.57% | - |
| XYZ | 16.6 | 10.25 | 19.52 | - |
| YUV | 90.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 56 | 122 | 0 | 0.61 | 0.16 | 0.43 | 315.51 | 0.44 | 0.39 |
| Hex | 91 | 38 | 7A | 0 | 3D | 10 | 2B | 13C | 2C | 27 |
| Octal | 221 | 70 | 172 | 0 | 75 | 20 | 53 | 474 | 54 | 47 |
| Binary | 10010001 | 111000 | 1111010 | 0 | 111101 | 10000 | 101011 | 100111100 | 101100 | 100111 |
Color Harmonies of #91387A
Complementary color
Monochromatic Colors of #91387A
Black with #91387A
Text Example
Text Example
White with #91387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91387A; }
p { color: rgb(145,56,122); }
H1.HeaderClassName
{
color: #91387A;
}
.AnyTagClassName
{
color: #91387A;
}
</style>
background-color css
<style>
a { background-color: #91387A; }
a { background-color: rgb(145,56,122); }
div.DivClassName
{
background-color: #91387A;
}
.BgClassName
{
background-color: #91387A;
}
</style>
border-color css
<style>
span { border-color: #91387A; }
span { border-color: rgb(145,56,122); }
td.TdClassName
{
border-color: #91387A;
}
.TagClassName
{
border-color: #91387A;
}
</style>