Shades of Dark Purple #91196A
Tints of Dark Purple #91196A
RGB
CMYK
RGB Variations
Color information
#91196A (or 0x91196A) is known color: Dark Purple. HEX triplet: 91, 19 and 6A. RGB value is (145,25,106). Sum of RGB (Red+Green+Blue) = 145+25+106=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #91196A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91196A is #6EE695. Grayscale: #454545. Windows color (decimal): -7267990 or 6953361. OLE color: 6953361.
HSL color Cylindrical-coordinate representation of color #91196A: hue angle of 319.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 #91196A is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 25 | 106 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.43 |
| HSL | 319.5º | 0.71% | 0.33% | - |
| HSV(B) | 319.5º | 0.83% | 0.57% | - |
| XYZ | 14.63 | 7.76 | 14.36 | - |
| YUV | 70.11 | 148.26 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 106 | 0 | 0.83 | 0.27 | 0.43 | 319.5 | 0.71 | 0.33 |
| Hex | 91 | 19 | 6A | 0 | 53 | 1B | 2B | 140 | 47 | 21 |
| Octal | 221 | 31 | 152 | 0 | 123 | 33 | 53 | 500 | 107 | 41 |
| Binary | 10010001 | 11001 | 1101010 | 0 | 1010011 | 11011 | 101011 | 101000000 | 1000111 | 100001 |
Color Harmonies of #91196A
Complementary color
Monochromatic Colors of #91196A
Black with #91196A
Text Example
Text Example
White with #91196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91196A; }
p { color: rgb(145,25,106); }
H1.HeaderClassName
{
color: #91196A;
}
.AnyTagClassName
{
color: #91196A;
}
</style>
background-color css
<style>
a { background-color: #91196A; }
a { background-color: rgb(145,25,106); }
div.DivClassName
{
background-color: #91196A;
}
.BgClassName
{
background-color: #91196A;
}
</style>
border-color css
<style>
span { border-color: #91196A; }
span { border-color: rgb(145,25,106); }
td.TdClassName
{
border-color: #91196A;
}
.TagClassName
{
border-color: #91196A;
}
</style>