Shades of Dark Purple #91156F
Tints of Dark Purple #91156F
RGB
CMYK
RGB Variations
Color information
#91156F (or 0x91156F) is known color: Dark Purple. HEX triplet: 91, 15 and 6F. RGB value is (145,21,111). Sum of RGB (Red+Green+Blue) = 145+21+111=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #91156F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91156F is #6EEA90. Grayscale: #444444. Windows color (decimal): -7269009 or 7280017. OLE color: 7280017.
HSL color Cylindrical-coordinate representation of color #91156F: hue angle of 316.45º 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 #91156F is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 21 | 111 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.43 |
| HSL | 316.45º | 0.75% | 0.33% | - |
| HSV(B) | 316.45º | 0.86% | 0.57% | - |
| XYZ | 14.81 | 7.7 | 15.75 | - |
| YUV | 68.34 | 152.08 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 21 | 111 | 0 | 0.86 | 0.23 | 0.43 | 316.45 | 0.75 | 0.33 |
| Hex | 91 | 15 | 6F | 0 | 56 | 17 | 2B | 13C | 4B | 21 |
| Octal | 221 | 25 | 157 | 0 | 126 | 27 | 53 | 474 | 113 | 41 |
| Binary | 10010001 | 10101 | 1101111 | 0 | 1010110 | 10111 | 101011 | 100111100 | 1001011 | 100001 |
Color Harmonies of #91156F
Complementary color
Monochromatic Colors of #91156F
Black with #91156F
Text Example
Text Example
White with #91156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91156F; }
p { color: rgb(145,21,111); }
H1.HeaderClassName
{
color: #91156F;
}
.AnyTagClassName
{
color: #91156F;
}
</style>
background-color css
<style>
a { background-color: #91156F; }
a { background-color: rgb(145,21,111); }
div.DivClassName
{
background-color: #91156F;
}
.BgClassName
{
background-color: #91156F;
}
</style>
border-color css
<style>
span { border-color: #91156F; }
span { border-color: rgb(145,21,111); }
td.TdClassName
{
border-color: #91156F;
}
.TagClassName
{
border-color: #91156F;
}
</style>