Shades of Strikemaster #91667B
Tints of Strikemaster #91667B
RGB
CMYK
RGB Variations
Color information
#91667B (or 0x91667B) is known color: Strikemaster. HEX triplet: 91, 66 and 7B. RGB value is (145,102,123). Sum of RGB (Red+Green+Blue) = 145+102+123=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #91667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91667B is #6E9984. Grayscale: #757575. Windows color (decimal): -7248261 or 8087185. OLE color: 8087185.
HSL color Cylindrical-coordinate representation of color #91667B: hue angle of 330.7º 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 #91667B is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 102 | 123 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.43 |
| HSL | 330.7º | 0.17% | 0.48% | - |
| HSV(B) | 330.7º | 0.3% | 0.57% | - |
| XYZ | 20 | 16.95 | 20.96 | - |
| YUV | 117.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 123 | 0 | 0.30 | 0.15 | 0.43 | 330.7 | 0.17 | 0.48 |
| Hex | 91 | 66 | 7B | 0 | 1E | F | 2B | 14B | 11 | 30 |
| Octal | 221 | 146 | 173 | 0 | 36 | 17 | 53 | 513 | 21 | 60 |
| Binary | 10010001 | 1100110 | 1111011 | 0 | 11110 | 1111 | 101011 | 101001011 | 10001 | 110000 |
Color Harmonies of #91667B
Complementary color
Monochromatic Colors of #91667B
Black with #91667B
Text Example
Text Example
White with #91667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91667B; }
p { color: rgb(145,102,123); }
H1.HeaderClassName
{
color: #91667B;
}
.AnyTagClassName
{
color: #91667B;
}
</style>
background-color css
<style>
a { background-color: #91667B; }
a { background-color: rgb(145,102,123); }
div.DivClassName
{
background-color: #91667B;
}
.BgClassName
{
background-color: #91667B;
}
</style>
border-color css
<style>
span { border-color: #91667B; }
span { border-color: rgb(145,102,123); }
td.TdClassName
{
border-color: #91667B;
}
.TagClassName
{
border-color: #91667B;
}
</style>