Shades of Strikemaster #91657E
Tints of Strikemaster #91657E
RGB
CMYK
RGB Variations
Color information
#91657E (or 0x91657E) is known color: Strikemaster. HEX triplet: 91, 65 and 7E. RGB value is (145,101,126). Sum of RGB (Red+Green+Blue) = 145+101+126=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 145 - color contains mainly: red. Hex color #91657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91657E is #6E9A81. Grayscale: #747474. Windows color (decimal): -7248514 or 8283537. OLE color: 8283537.
HSL color Cylindrical-coordinate representation of color #91657E: hue angle of 325.91º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91657E is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 101 | 126 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.43 |
| HSL | 325.91º | 0.18% | 0.48% | - |
| HSV(B) | 325.91º | 0.3% | 0.57% | - |
| XYZ | 20.1 | 16.83 | 21.93 | - |
| YUV | 117.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 101 | 126 | 0 | 0.30 | 0.13 | 0.43 | 325.91 | 0.18 | 0.48 |
| Hex | 91 | 65 | 7E | 0 | 1E | D | 2B | 146 | 12 | 30 |
| Octal | 221 | 145 | 176 | 0 | 36 | 15 | 53 | 506 | 22 | 60 |
| Binary | 10010001 | 1100101 | 1111110 | 0 | 11110 | 1101 | 101011 | 101000110 | 10010 | 110000 |
Color Harmonies of #91657E
Complementary color
Monochromatic Colors of #91657E
Black with #91657E
Text Example
Text Example
White with #91657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91657E; }
p { color: rgb(145,101,126); }
H1.HeaderClassName
{
color: #91657E;
}
.AnyTagClassName
{
color: #91657E;
}
</style>
background-color css
<style>
a { background-color: #91657E; }
a { background-color: rgb(145,101,126); }
div.DivClassName
{
background-color: #91657E;
}
.BgClassName
{
background-color: #91657E;
}
</style>
border-color css
<style>
span { border-color: #91657E; }
span { border-color: rgb(145,101,126); }
td.TdClassName
{
border-color: #91657E;
}
.TagClassName
{
border-color: #91657E;
}
</style>