Shades of Dark Purple #91337C
Tints of Dark Purple #91337C
RGB
CMYK
RGB Variations
Color information
#91337C (or 0x91337C) is known color: Dark Purple. HEX triplet: 91, 33 and 7C. RGB value is (145,51,124). Sum of RGB (Red+Green+Blue) = 145+51+124=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 145 - color contains mainly: red. Hex color #91337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91337C is #6ECC83. Grayscale: #575757. Windows color (decimal): -7261316 or 8139665. OLE color: 8139665.
HSL color Cylindrical-coordinate representation of color #91337C: hue angle of 313.4º 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 #91337C is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 51 | 124 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.43 |
| HSL | 313.4º | 0.48% | 0.38% | - |
| HSV(B) | 313.4º | 0.65% | 0.57% | - |
| XYZ | 16.5 | 9.84 | 20.1 | - |
| YUV | 87.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 51 | 124 | 0 | 0.65 | 0.14 | 0.43 | 313.4 | 0.48 | 0.38 |
| Hex | 91 | 33 | 7C | 0 | 41 | E | 2B | 139 | 30 | 26 |
| Octal | 221 | 63 | 174 | 0 | 101 | 16 | 53 | 471 | 60 | 46 |
| Binary | 10010001 | 110011 | 1111100 | 0 | 1000001 | 1110 | 101011 | 100111001 | 110000 | 100110 |
Color Harmonies of #91337C
Complementary color
Monochromatic Colors of #91337C
Black with #91337C
Text Example
Text Example
White with #91337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91337C; }
p { color: rgb(145,51,124); }
H1.HeaderClassName
{
color: #91337C;
}
.AnyTagClassName
{
color: #91337C;
}
</style>
background-color css
<style>
a { background-color: #91337C; }
a { background-color: rgb(145,51,124); }
div.DivClassName
{
background-color: #91337C;
}
.BgClassName
{
background-color: #91337C;
}
</style>
border-color css
<style>
span { border-color: #91337C; }
span { border-color: rgb(145,51,124); }
td.TdClassName
{
border-color: #91337C;
}
.TagClassName
{
border-color: #91337C;
}
</style>