Shades of Strikemaster #91647E
Tints of Strikemaster #91647E
RGB
CMYK
RGB Variations
Color information
#91647E (or 0x91647E) is known color: Strikemaster. HEX triplet: 91, 64 and 7E. RGB value is (145,100,126). Sum of RGB (Red+Green+Blue) = 145+100+126=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #91647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91647E is #6E9B81. Grayscale: #747474. Windows color (decimal): -7248770 or 8283281. OLE color: 8283281.
HSL color Cylindrical-coordinate representation of color #91647E: hue angle of 325.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91647E is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 100 | 126 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.43 |
| HSL | 325.33º | 0.18% | 0.48% | - |
| HSV(B) | 325.33º | 0.31% | 0.57% | - |
| XYZ | 20 | 16.64 | 21.9 | - |
| YUV | 116.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 100 | 126 | 0 | 0.31 | 0.13 | 0.43 | 325.33 | 0.18 | 0.48 |
| Hex | 91 | 64 | 7E | 0 | 1F | D | 2B | 145 | 12 | 30 |
| Octal | 221 | 144 | 176 | 0 | 37 | 15 | 53 | 505 | 22 | 60 |
| Binary | 10010001 | 1100100 | 1111110 | 0 | 11111 | 1101 | 101011 | 101000101 | 10010 | 110000 |
Color Harmonies of #91647E
Complementary color
Monochromatic Colors of #91647E
Black with #91647E
Text Example
Text Example
White with #91647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91647E; }
p { color: rgb(145,100,126); }
H1.HeaderClassName
{
color: #91647E;
}
.AnyTagClassName
{
color: #91647E;
}
</style>
background-color css
<style>
a { background-color: #91647E; }
a { background-color: rgb(145,100,126); }
div.DivClassName
{
background-color: #91647E;
}
.BgClassName
{
background-color: #91647E;
}
</style>
border-color css
<style>
span { border-color: #91647E; }
span { border-color: rgb(145,100,126); }
td.TdClassName
{
border-color: #91647E;
}
.TagClassName
{
border-color: #91647E;
}
</style>