Shades of Strikemaster #91667F
Tints of Strikemaster #91667F
RGB
CMYK
RGB Variations
Color information
#91667F (or 0x91667F) is known color: Strikemaster. HEX triplet: 91, 66 and 7F. RGB value is (145,102,127). Sum of RGB (Red+Green+Blue) = 145+102+127=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #91667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91667F is #6E9980. Grayscale: #757575. Windows color (decimal): -7248257 or 8349329. OLE color: 8349329.
HSL color Cylindrical-coordinate representation of color #91667F: hue angle of 325.12º 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 #91667F is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 102 | 127 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.43 |
| HSL | 325.12º | 0.17% | 0.48% | - |
| HSV(B) | 325.12º | 0.3% | 0.57% | - |
| XYZ | 20.26 | 17.05 | 22.3 | - |
| YUV | 117.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 127 | 0 | 0.30 | 0.12 | 0.43 | 325.12 | 0.17 | 0.48 |
| Hex | 91 | 66 | 7F | 0 | 1E | C | 2B | 145 | 11 | 30 |
| Octal | 221 | 146 | 177 | 0 | 36 | 14 | 53 | 505 | 21 | 60 |
| Binary | 10010001 | 1100110 | 1111111 | 0 | 11110 | 1100 | 101011 | 101000101 | 10001 | 110000 |
Color Harmonies of #91667F
Complementary color
Monochromatic Colors of #91667F
Black with #91667F
Text Example
Text Example
White with #91667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91667F; }
p { color: rgb(145,102,127); }
H1.HeaderClassName
{
color: #91667F;
}
.AnyTagClassName
{
color: #91667F;
}
</style>
background-color css
<style>
a { background-color: #91667F; }
a { background-color: rgb(145,102,127); }
div.DivClassName
{
background-color: #91667F;
}
.BgClassName
{
background-color: #91667F;
}
</style>
border-color css
<style>
span { border-color: #91667F; }
span { border-color: rgb(145,102,127); }
td.TdClassName
{
border-color: #91667F;
}
.TagClassName
{
border-color: #91667F;
}
</style>