Shades of Strikemaster #91667E
Tints of Strikemaster #91667E
RGB
CMYK
RGB Variations
Color information
#91667E (or 0x91667E) is known color: Strikemaster. HEX triplet: 91, 66 and 7E. RGB value is (145,102,126). Sum of RGB (Red+Green+Blue) = 145+102+126=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 145 - color contains mainly: red. Hex color #91667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91667E is #6E9981. Grayscale: #757575. Windows color (decimal): -7248258 or 8283793. OLE color: 8283793.
HSL color Cylindrical-coordinate representation of color #91667E: hue angle of 326.51º degrees, saturation: 0.17, 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 #91667E is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 102 | 126 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.43 |
| HSL | 326.51º | 0.17% | 0.48% | - |
| HSV(B) | 326.51º | 0.3% | 0.57% | - |
| XYZ | 20.19 | 17.03 | 21.96 | - |
| YUV | 117.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 126 | 0 | 0.30 | 0.13 | 0.43 | 326.51 | 0.17 | 0.48 |
| Hex | 91 | 66 | 7E | 0 | 1E | D | 2B | 147 | 11 | 30 |
| Octal | 221 | 146 | 176 | 0 | 36 | 15 | 53 | 507 | 21 | 60 |
| Binary | 10010001 | 1100110 | 1111110 | 0 | 11110 | 1101 | 101011 | 101000111 | 10001 | 110000 |
Color Harmonies of #91667E
Complementary color
Monochromatic Colors of #91667E
Black with #91667E
Text Example
Text Example
White with #91667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91667E; }
p { color: rgb(145,102,126); }
H1.HeaderClassName
{
color: #91667E;
}
.AnyTagClassName
{
color: #91667E;
}
</style>
background-color css
<style>
a { background-color: #91667E; }
a { background-color: rgb(145,102,126); }
div.DivClassName
{
background-color: #91667E;
}
.BgClassName
{
background-color: #91667E;
}
</style>
border-color css
<style>
span { border-color: #91667E; }
span { border-color: rgb(145,102,126); }
td.TdClassName
{
border-color: #91667E;
}
.TagClassName
{
border-color: #91667E;
}
</style>