Shades of Strikemaster #916685
Tints of Strikemaster #916685
RGB
CMYK
RGB Variations
Color information
#916685 (or 0x916685) is known color: Strikemaster. HEX triplet: 91, 66 and 85. RGB value is (145,102,133). Sum of RGB (Red+Green+Blue) = 145+102+133=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #916685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916685 is #6E997A. Grayscale: #767676. Windows color (decimal): -7248251 or 8742545. OLE color: 8742545.
HSL color Cylindrical-coordinate representation of color #916685: hue angle of 316.74º 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 #916685 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 102 | 133 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.43 |
| HSL | 316.74º | 0.17% | 0.48% | - |
| HSV(B) | 316.74º | 0.3% | 0.57% | - |
| XYZ | 20.66 | 17.22 | 24.42 | - |
| YUV | 118.39 | 136.25 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 133 | 0 | 0.30 | 0.08 | 0.43 | 316.74 | 0.17 | 0.48 |
| Hex | 91 | 66 | 85 | 0 | 1E | 8 | 2B | 13D | 11 | 30 |
| Octal | 221 | 146 | 205 | 0 | 36 | 10 | 53 | 475 | 21 | 60 |
| Binary | 10010001 | 1100110 | 10000101 | 0 | 11110 | 1000 | 101011 | 100111101 | 10001 | 110000 |
Color Harmonies of #916685
Complementary color
Monochromatic Colors of #916685
Black with #916685
Text Example
Text Example
White with #916685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916685; }
p { color: rgb(145,102,133); }
H1.HeaderClassName
{
color: #916685;
}
.AnyTagClassName
{
color: #916685;
}
</style>
background-color css
<style>
a { background-color: #916685; }
a { background-color: rgb(145,102,133); }
div.DivClassName
{
background-color: #916685;
}
.BgClassName
{
background-color: #916685;
}
</style>
border-color css
<style>
span { border-color: #916685; }
span { border-color: rgb(145,102,133); }
td.TdClassName
{
border-color: #916685;
}
.TagClassName
{
border-color: #916685;
}
</style>