Shades of Dark Purple #91197B
Tints of Dark Purple #91197B
RGB
CMYK
RGB Variations
Color information
#91197B (or 0x91197B) is known color: Dark Purple. HEX triplet: 91, 19 and 7B. RGB value is (145,25,123). Sum of RGB (Red+Green+Blue) = 145+25+123=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 145 - color contains mainly: red. Hex color #91197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91197B is #6EE684. Grayscale: #474747. Windows color (decimal): -7267973 or 8067473. OLE color: 8067473.
HSL color Cylindrical-coordinate representation of color #91197B: hue angle of 311º 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 #91197B is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 25 | 123 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.43 |
| HSL | 311º | 0.71% | 0.33% | - |
| HSV(B) | 311º | 0.83% | 0.57% | - |
| XYZ | 15.6 | 8.15 | 19.49 | - |
| YUV | 72.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 123 | 0 | 0.83 | 0.15 | 0.43 | 311 | 0.71 | 0.33 |
| Hex | 91 | 19 | 7B | 0 | 53 | F | 2B | 137 | 47 | 21 |
| Octal | 221 | 31 | 173 | 0 | 123 | 17 | 53 | 467 | 107 | 41 |
| Binary | 10010001 | 11001 | 1111011 | 0 | 1010011 | 1111 | 101011 | 100110111 | 1000111 | 100001 |
Color Harmonies of #91197B
Complementary color
Monochromatic Colors of #91197B
Black with #91197B
Text Example
Text Example
White with #91197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91197B; }
p { color: rgb(145,25,123); }
H1.HeaderClassName
{
color: #91197B;
}
.AnyTagClassName
{
color: #91197B;
}
</style>
background-color css
<style>
a { background-color: #91197B; }
a { background-color: rgb(145,25,123); }
div.DivClassName
{
background-color: #91197B;
}
.BgClassName
{
background-color: #91197B;
}
</style>
border-color css
<style>
span { border-color: #91197B; }
span { border-color: rgb(145,25,123); }
td.TdClassName
{
border-color: #91197B;
}
.TagClassName
{
border-color: #91197B;
}
</style>