Shades of Strikemaster #91597D
Tints of Strikemaster #91597D
RGB
CMYK
RGB Variations
Color information
#91597D (or 0x91597D) is known color: Strikemaster. HEX triplet: 91, 59 and 7D. RGB value is (145,89,125). Sum of RGB (Red+Green+Blue) = 145+89+125=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #91597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91597D is #6EA682. Grayscale: #6D6D6D. Windows color (decimal): -7251587 or 8214929. OLE color: 8214929.
HSL color Cylindrical-coordinate representation of color #91597D: hue angle of 321.43º 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 #91597D is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 89 | 125 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.43 |
| HSL | 321.43º | 0.24% | 0.46% | - |
| HSV(B) | 321.43º | 0.39% | 0.57% | - |
| XYZ | 18.95 | 14.65 | 21.23 | - |
| YUV | 109.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 125 | 0 | 0.39 | 0.14 | 0.43 | 321.43 | 0.24 | 0.46 |
| Hex | 91 | 59 | 7D | 0 | 27 | E | 2B | 141 | 18 | 2E |
| Octal | 221 | 131 | 175 | 0 | 47 | 16 | 53 | 501 | 30 | 56 |
| Binary | 10010001 | 1011001 | 1111101 | 0 | 100111 | 1110 | 101011 | 101000001 | 11000 | 101110 |
Color Harmonies of #91597D
Complementary color
Monochromatic Colors of #91597D
Black with #91597D
Text Example
Text Example
White with #91597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91597D; }
p { color: rgb(145,89,125); }
H1.HeaderClassName
{
color: #91597D;
}
.AnyTagClassName
{
color: #91597D;
}
</style>
background-color css
<style>
a { background-color: #91597D; }
a { background-color: rgb(145,89,125); }
div.DivClassName
{
background-color: #91597D;
}
.BgClassName
{
background-color: #91597D;
}
</style>
border-color css
<style>
span { border-color: #91597D; }
span { border-color: rgb(145,89,125); }
td.TdClassName
{
border-color: #91597D;
}
.TagClassName
{
border-color: #91597D;
}
</style>