Shades of Dark Purple #91156C
Tints of Dark Purple #91156C
RGB
CMYK
RGB Variations
Color information
#91156C (or 0x91156C) is known color: Dark Purple. HEX triplet: 91, 15 and 6C. RGB value is (145,21,108). Sum of RGB (Red+Green+Blue) = 145+21+108=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #91156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91156C is #6EEA93. Grayscale: #434343. Windows color (decimal): -7269012 or 7083409. OLE color: 7083409.
HSL color Cylindrical-coordinate representation of color #91156C: hue angle of 317.9º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #91156C is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 21 | 108 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.43 |
| HSL | 317.9º | 0.75% | 0.33% | - |
| HSV(B) | 317.9º | 0.86% | 0.57% | - |
| XYZ | 14.65 | 7.64 | 14.89 | - |
| YUV | 67.99 | 150.58 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 21 | 108 | 0 | 0.86 | 0.26 | 0.43 | 317.9 | 0.75 | 0.33 |
| Hex | 91 | 15 | 6C | 0 | 56 | 1A | 2B | 13E | 4B | 21 |
| Octal | 221 | 25 | 154 | 0 | 126 | 32 | 53 | 476 | 113 | 41 |
| Binary | 10010001 | 10101 | 1101100 | 0 | 1010110 | 11010 | 101011 | 100111110 | 1001011 | 100001 |
Color Harmonies of #91156C
Complementary color
Monochromatic Colors of #91156C
Black with #91156C
Text Example
Text Example
White with #91156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91156C; }
p { color: rgb(145,21,108); }
H1.HeaderClassName
{
color: #91156C;
}
.AnyTagClassName
{
color: #91156C;
}
</style>
background-color css
<style>
a { background-color: #91156C; }
a { background-color: rgb(145,21,108); }
div.DivClassName
{
background-color: #91156C;
}
.BgClassName
{
background-color: #91156C;
}
</style>
border-color css
<style>
span { border-color: #91156C; }
span { border-color: rgb(145,21,108); }
td.TdClassName
{
border-color: #91156C;
}
.TagClassName
{
border-color: #91156C;
}
</style>