Shades of Strikemaster #91557A
Tints of Strikemaster #91557A
RGB
CMYK
RGB Variations
Color information
#91557A (or 0x91557A) is known color: Strikemaster. HEX triplet: 91, 55 and 7A. RGB value is (145,85,122). Sum of RGB (Red+Green+Blue) = 145+85+122=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #91557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91557A is #6EAA85. Grayscale: #6B6B6B. Windows color (decimal): -7252614 or 8017297. OLE color: 8017297.
HSL color Cylindrical-coordinate representation of color #91557A: hue angle of 323º 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 #91557A is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 85 | 122 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.43 |
| HSL | 323º | 0.26% | 0.45% | - |
| HSV(B) | 323º | 0.41% | 0.57% | - |
| XYZ | 18.44 | 13.92 | 20.13 | - |
| YUV | 107.16 | 136.38 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 85 | 122 | 0 | 0.41 | 0.16 | 0.43 | 323 | 0.26 | 0.45 |
| Hex | 91 | 55 | 7A | 0 | 29 | 10 | 2B | 143 | 1A | 2D |
| Octal | 221 | 125 | 172 | 0 | 51 | 20 | 53 | 503 | 32 | 55 |
| Binary | 10010001 | 1010101 | 1111010 | 0 | 101001 | 10000 | 101011 | 101000011 | 11010 | 101101 |
Color Harmonies of #91557A
Complementary color
Monochromatic Colors of #91557A
Black with #91557A
Text Example
Text Example
White with #91557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91557A; }
p { color: rgb(145,85,122); }
H1.HeaderClassName
{
color: #91557A;
}
.AnyTagClassName
{
color: #91557A;
}
</style>
background-color css
<style>
a { background-color: #91557A; }
a { background-color: rgb(145,85,122); }
div.DivClassName
{
background-color: #91557A;
}
.BgClassName
{
background-color: #91557A;
}
</style>
border-color css
<style>
span { border-color: #91557A; }
span { border-color: rgb(145,85,122); }
td.TdClassName
{
border-color: #91557A;
}
.TagClassName
{
border-color: #91557A;
}
</style>