Shades of Dark Purple #91137B
Tints of Dark Purple #91137B
RGB
CMYK
RGB Variations
Color information
#91137B (or 0x91137B) is known color: Dark Purple. HEX triplet: 91, 13 and 7B. RGB value is (145,19,123). Sum of RGB (Red+Green+Blue) = 145+19+123=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #91137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91137B is #6EEC84. Grayscale: #444444. Windows color (decimal): -7269509 or 8065937. OLE color: 8065937.
HSL color Cylindrical-coordinate representation of color #91137B: hue angle of 310.48º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #91137B is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 19 | 123 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.43 |
| HSL | 310.48º | 0.77% | 0.32% | - |
| HSV(B) | 310.48º | 0.87% | 0.57% | - |
| XYZ | 15.49 | 7.92 | 19.45 | - |
| YUV | 68.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 19 | 123 | 0 | 0.87 | 0.15 | 0.43 | 310.48 | 0.77 | 0.32 |
| Hex | 91 | 13 | 7B | 0 | 57 | F | 2B | 136 | 4D | 20 |
| Octal | 221 | 23 | 173 | 0 | 127 | 17 | 53 | 466 | 115 | 40 |
| Binary | 10010001 | 10011 | 1111011 | 0 | 1010111 | 1111 | 101011 | 100110110 | 1001101 | 100000 |
Color Harmonies of #91137B
Complementary color
Monochromatic Colors of #91137B
Black with #91137B
Text Example
Text Example
White with #91137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91137B; }
p { color: rgb(145,19,123); }
H1.HeaderClassName
{
color: #91137B;
}
.AnyTagClassName
{
color: #91137B;
}
</style>
background-color css
<style>
a { background-color: #91137B; }
a { background-color: rgb(145,19,123); }
div.DivClassName
{
background-color: #91137B;
}
.BgClassName
{
background-color: #91137B;
}
</style>
border-color css
<style>
span { border-color: #91137B; }
span { border-color: rgb(145,19,123); }
td.TdClassName
{
border-color: #91137B;
}
.TagClassName
{
border-color: #91137B;
}
</style>