Shades of Strikemaster #91597F
Tints of Strikemaster #91597F
RGB
CMYK
RGB Variations
Color information
#91597F (or 0x91597F) is known color: Strikemaster. HEX triplet: 91, 59 and 7F. RGB value is (145,89,127). Sum of RGB (Red+Green+Blue) = 145+89+127=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #91597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91597F is #6EA680. Grayscale: #6D6D6D. Windows color (decimal): -7251585 or 8346001. OLE color: 8346001.
HSL color Cylindrical-coordinate representation of color #91597F: hue angle of 319.29º 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 #91597F is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 89 | 127 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.43 |
| HSL | 319.29º | 0.24% | 0.46% | - |
| HSV(B) | 319.29º | 0.39% | 0.57% | - |
| XYZ | 19.08 | 14.7 | 21.91 | - |
| YUV | 110.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 127 | 0 | 0.39 | 0.12 | 0.43 | 319.29 | 0.24 | 0.46 |
| Hex | 91 | 59 | 7F | 0 | 27 | C | 2B | 13F | 18 | 2E |
| Octal | 221 | 131 | 177 | 0 | 47 | 14 | 53 | 477 | 30 | 56 |
| Binary | 10010001 | 1011001 | 1111111 | 0 | 100111 | 1100 | 101011 | 100111111 | 11000 | 101110 |
Color Harmonies of #91597F
Complementary color
Monochromatic Colors of #91597F
Black with #91597F
Text Example
Text Example
White with #91597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91597F; }
p { color: rgb(145,89,127); }
H1.HeaderClassName
{
color: #91597F;
}
.AnyTagClassName
{
color: #91597F;
}
</style>
background-color css
<style>
a { background-color: #91597F; }
a { background-color: rgb(145,89,127); }
div.DivClassName
{
background-color: #91597F;
}
.BgClassName
{
background-color: #91597F;
}
</style>
border-color css
<style>
span { border-color: #91597F; }
span { border-color: rgb(145,89,127); }
td.TdClassName
{
border-color: #91597F;
}
.TagClassName
{
border-color: #91597F;
}
</style>