Shades of Strikemaster #91597E
Tints of Strikemaster #91597E
RGB
CMYK
RGB Variations
Color information
#91597E (or 0x91597E) is known color: Strikemaster. HEX triplet: 91, 59 and 7E. RGB value is (145,89,126). Sum of RGB (Red+Green+Blue) = 145+89+126=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #91597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91597E is #6EA681. Grayscale: #6D6D6D. Windows color (decimal): -7251586 or 8280465. OLE color: 8280465.
HSL color Cylindrical-coordinate representation of color #91597E: hue angle of 320.36º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91597E is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 89 | 126 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.43 |
| HSL | 320.36º | 0.24% | 0.46% | - |
| HSV(B) | 320.36º | 0.39% | 0.57% | - |
| XYZ | 19.02 | 14.67 | 21.57 | - |
| YUV | 109.96 | 137.05 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 126 | 0 | 0.39 | 0.13 | 0.43 | 320.36 | 0.24 | 0.46 |
| Hex | 91 | 59 | 7E | 0 | 27 | D | 2B | 140 | 18 | 2E |
| Octal | 221 | 131 | 176 | 0 | 47 | 15 | 53 | 500 | 30 | 56 |
| Binary | 10010001 | 1011001 | 1111110 | 0 | 100111 | 1101 | 101011 | 101000000 | 11000 | 101110 |
Color Harmonies of #91597E
Complementary color
Monochromatic Colors of #91597E
Black with #91597E
Text Example
Text Example
White with #91597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91597E; }
p { color: rgb(145,89,126); }
H1.HeaderClassName
{
color: #91597E;
}
.AnyTagClassName
{
color: #91597E;
}
</style>
background-color css
<style>
a { background-color: #91597E; }
a { background-color: rgb(145,89,126); }
div.DivClassName
{
background-color: #91597E;
}
.BgClassName
{
background-color: #91597E;
}
</style>
border-color css
<style>
span { border-color: #91597E; }
span { border-color: rgb(145,89,126); }
td.TdClassName
{
border-color: #91597E;
}
.TagClassName
{
border-color: #91597E;
}
</style>