Shades of Strikemaster #91557E
Tints of Strikemaster #91557E
RGB
CMYK
RGB Variations
Color information
#91557E (or 0x91557E) is known color: Strikemaster. HEX triplet: 91, 55 and 7E. RGB value is (145,85,126). Sum of RGB (Red+Green+Blue) = 145+85+126=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #91557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91557E is #6EAA81. Grayscale: #6B6B6B. Windows color (decimal): -7252610 or 8279441. OLE color: 8279441.
HSL color Cylindrical-coordinate representation of color #91557E: hue angle of 319º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91557E is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 85 | 126 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.43 |
| HSL | 319º | 0.26% | 0.45% | - |
| HSV(B) | 319º | 0.41% | 0.57% | - |
| XYZ | 18.69 | 14.02 | 21.46 | - |
| YUV | 107.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 85 | 126 | 0 | 0.41 | 0.13 | 0.43 | 319 | 0.26 | 0.45 |
| Hex | 91 | 55 | 7E | 0 | 29 | D | 2B | 13F | 1A | 2D |
| Octal | 221 | 125 | 176 | 0 | 51 | 15 | 53 | 477 | 32 | 55 |
| Binary | 10010001 | 1010101 | 1111110 | 0 | 101001 | 1101 | 101011 | 100111111 | 11010 | 101101 |
Color Harmonies of #91557E
Complementary color
Monochromatic Colors of #91557E
Black with #91557E
Text Example
Text Example
White with #91557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91557E; }
p { color: rgb(145,85,126); }
H1.HeaderClassName
{
color: #91557E;
}
.AnyTagClassName
{
color: #91557E;
}
</style>
background-color css
<style>
a { background-color: #91557E; }
a { background-color: rgb(145,85,126); }
div.DivClassName
{
background-color: #91557E;
}
.BgClassName
{
background-color: #91557E;
}
</style>
border-color css
<style>
span { border-color: #91557E; }
span { border-color: rgb(145,85,126); }
td.TdClassName
{
border-color: #91557E;
}
.TagClassName
{
border-color: #91557E;
}
</style>