Shades of Dark Purple #91196C
Tints of Dark Purple #91196C
RGB
CMYK
RGB Variations
Color information
#91196C (or 0x91196C) is known color: Dark Purple. HEX triplet: 91, 19 and 6C. RGB value is (145,25,108). Sum of RGB (Red+Green+Blue) = 145+25+108=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #91196C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91196C is #6EE693. Grayscale: #464646. Windows color (decimal): -7267988 or 7084433. OLE color: 7084433.
HSL color Cylindrical-coordinate representation of color #91196C: hue angle of 318.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #91196C is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 25 | 108 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.43 |
| HSL | 318.5º | 0.71% | 0.33% | - |
| HSV(B) | 318.5º | 0.83% | 0.57% | - |
| XYZ | 14.73 | 7.8 | 14.92 | - |
| YUV | 70.34 | 149.26 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 108 | 0 | 0.83 | 0.26 | 0.43 | 318.5 | 0.71 | 0.33 |
| Hex | 91 | 19 | 6C | 0 | 53 | 1A | 2B | 13E | 47 | 21 |
| Octal | 221 | 31 | 154 | 0 | 123 | 32 | 53 | 476 | 107 | 41 |
| Binary | 10010001 | 11001 | 1101100 | 0 | 1010011 | 11010 | 101011 | 100111110 | 1000111 | 100001 |
Color Harmonies of #91196C
Complementary color
Monochromatic Colors of #91196C
Black with #91196C
Text Example
Text Example
White with #91196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91196C; }
p { color: rgb(145,25,108); }
H1.HeaderClassName
{
color: #91196C;
}
.AnyTagClassName
{
color: #91196C;
}
</style>
background-color css
<style>
a { background-color: #91196C; }
a { background-color: rgb(145,25,108); }
div.DivClassName
{
background-color: #91196C;
}
.BgClassName
{
background-color: #91196C;
}
</style>
border-color css
<style>
span { border-color: #91196C; }
span { border-color: rgb(145,25,108); }
td.TdClassName
{
border-color: #91196C;
}
.TagClassName
{
border-color: #91196C;
}
</style>