Shades of Dark Purple #91367C
Tints of Dark Purple #91367C
RGB
CMYK
RGB Variations
Color information
#91367C (or 0x91367C) is known color: Dark Purple. HEX triplet: 91, 36 and 7C. RGB value is (145,54,124). Sum of RGB (Red+Green+Blue) = 145+54+124=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #91367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91367C is #6EC983. Grayscale: #595959. Windows color (decimal): -7260548 or 8140433. OLE color: 8140433.
HSL color Cylindrical-coordinate representation of color #91367C: hue angle of 313.85º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #91367C is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 54 | 124 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.43 |
| HSL | 313.85º | 0.46% | 0.39% | - |
| HSV(B) | 313.85º | 0.63% | 0.57% | - |
| XYZ | 16.63 | 10.11 | 20.14 | - |
| YUV | 89.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 54 | 124 | 0 | 0.63 | 0.14 | 0.43 | 313.85 | 0.46 | 0.39 |
| Hex | 91 | 36 | 7C | 0 | 3F | E | 2B | 13A | 2E | 27 |
| Octal | 221 | 66 | 174 | 0 | 77 | 16 | 53 | 472 | 56 | 47 |
| Binary | 10010001 | 110110 | 1111100 | 0 | 111111 | 1110 | 101011 | 100111010 | 101110 | 100111 |
Color Harmonies of #91367C
Complementary color
Monochromatic Colors of #91367C
Black with #91367C
Text Example
Text Example
White with #91367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91367C; }
p { color: rgb(145,54,124); }
H1.HeaderClassName
{
color: #91367C;
}
.AnyTagClassName
{
color: #91367C;
}
</style>
background-color css
<style>
a { background-color: #91367C; }
a { background-color: rgb(145,54,124); }
div.DivClassName
{
background-color: #91367C;
}
.BgClassName
{
background-color: #91367C;
}
</style>
border-color css
<style>
span { border-color: #91367C; }
span { border-color: rgb(145,54,124); }
td.TdClassName
{
border-color: #91367C;
}
.TagClassName
{
border-color: #91367C;
}
</style>