Shades of Dark Purple #91196B
Tints of Dark Purple #91196B
RGB
CMYK
RGB Variations
Color information
#91196B (or 0x91196B) is known color: Dark Purple. HEX triplet: 91, 19 and 6B. RGB value is (145,25,107). Sum of RGB (Red+Green+Blue) = 145+25+107=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #91196B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91196B is #6EE694. Grayscale: #464646. Windows color (decimal): -7267989 or 7018897. OLE color: 7018897.
HSL color Cylindrical-coordinate representation of color #91196B: hue angle of 319º 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 #91196B is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 25 | 107 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.43 |
| HSL | 319º | 0.71% | 0.33% | - |
| HSV(B) | 319º | 0.83% | 0.57% | - |
| XYZ | 14.68 | 7.78 | 14.64 | - |
| YUV | 70.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 107 | 0 | 0.83 | 0.26 | 0.43 | 319 | 0.71 | 0.33 |
| Hex | 91 | 19 | 6B | 0 | 53 | 1A | 2B | 13F | 47 | 21 |
| Octal | 221 | 31 | 153 | 0 | 123 | 32 | 53 | 477 | 107 | 41 |
| Binary | 10010001 | 11001 | 1101011 | 0 | 1010011 | 11010 | 101011 | 100111111 | 1000111 | 100001 |
Color Harmonies of #91196B
Complementary color
Monochromatic Colors of #91196B
Black with #91196B
Text Example
Text Example
White with #91196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91196B; }
p { color: rgb(145,25,107); }
H1.HeaderClassName
{
color: #91196B;
}
.AnyTagClassName
{
color: #91196B;
}
</style>
background-color css
<style>
a { background-color: #91196B; }
a { background-color: rgb(145,25,107); }
div.DivClassName
{
background-color: #91196B;
}
.BgClassName
{
background-color: #91196B;
}
</style>
border-color css
<style>
span { border-color: #91196B; }
span { border-color: rgb(145,25,107); }
td.TdClassName
{
border-color: #91196B;
}
.TagClassName
{
border-color: #91196B;
}
</style>