Shades of Strikemaster #917085
Tints of Strikemaster #917085
RGB
CMYK
RGB Variations
Color information
#917085 (or 0x917085) is known color: Strikemaster. HEX triplet: 91, 70 and 85. RGB value is (145,112,133). Sum of RGB (Red+Green+Blue) = 145+112+133=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 145 - color contains mainly: red. Hex color #917085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917085 is #6E8F7A. Grayscale: #7C7C7C. Windows color (decimal): -7245691 or 8745105. OLE color: 8745105.
HSL color Cylindrical-coordinate representation of color #917085: hue angle of 321.82º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #917085 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 112 | 133 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.43 |
| HSL | 321.82º | 0.13% | 0.5% | - |
| HSV(B) | 321.82º | 0.23% | 0.57% | - |
| XYZ | 21.7 | 19.3 | 24.77 | - |
| YUV | 124.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 133 | 0 | 0.23 | 0.08 | 0.43 | 321.82 | 0.13 | 0.5 |
| Hex | 91 | 70 | 85 | 0 | 17 | 8 | 2B | 142 | D | 32 |
| Octal | 221 | 160 | 205 | 0 | 27 | 10 | 53 | 502 | 15 | 62 |
| Binary | 10010001 | 1110000 | 10000101 | 0 | 10111 | 1000 | 101011 | 101000010 | 1101 | 110010 |
Color Harmonies of #917085
Complementary color
Monochromatic Colors of #917085
Black with #917085
Text Example
Text Example
White with #917085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917085; }
p { color: rgb(145,112,133); }
H1.HeaderClassName
{
color: #917085;
}
.AnyTagClassName
{
color: #917085;
}
</style>
background-color css
<style>
a { background-color: #917085; }
a { background-color: rgb(145,112,133); }
div.DivClassName
{
background-color: #917085;
}
.BgClassName
{
background-color: #917085;
}
</style>
border-color css
<style>
span { border-color: #917085; }
span { border-color: rgb(145,112,133); }
td.TdClassName
{
border-color: #917085;
}
.TagClassName
{
border-color: #917085;
}
</style>