Shades of Strikemaster #917084
Tints of Strikemaster #917084
RGB
CMYK
RGB Variations
Color information
#917084 (or 0x917084) is known color: Strikemaster. HEX triplet: 91, 70 and 84. RGB value is (145,112,132). Sum of RGB (Red+Green+Blue) = 145+112+132=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 145 - color contains mainly: red. Hex color #917084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917084 is #6E8F7B. Grayscale: #7C7C7C. Windows color (decimal): -7245692 or 8679569. OLE color: 8679569.
HSL color Cylindrical-coordinate representation of color #917084: hue angle of 323.64º 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 #917084 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 112 | 132 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.43 |
| HSL | 323.64º | 0.13% | 0.5% | - |
| HSV(B) | 323.64º | 0.23% | 0.57% | - |
| XYZ | 21.64 | 19.27 | 24.41 | - |
| YUV | 124.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 132 | 0 | 0.23 | 0.09 | 0.43 | 323.64 | 0.13 | 0.5 |
| Hex | 91 | 70 | 84 | 0 | 17 | 9 | 2B | 144 | D | 32 |
| Octal | 221 | 160 | 204 | 0 | 27 | 11 | 53 | 504 | 15 | 62 |
| Binary | 10010001 | 1110000 | 10000100 | 0 | 10111 | 1001 | 101011 | 101000100 | 1101 | 110010 |
Color Harmonies of #917084
Complementary color
Monochromatic Colors of #917084
Black with #917084
Text Example
Text Example
White with #917084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917084; }
p { color: rgb(145,112,132); }
H1.HeaderClassName
{
color: #917084;
}
.AnyTagClassName
{
color: #917084;
}
</style>
background-color css
<style>
a { background-color: #917084; }
a { background-color: rgb(145,112,132); }
div.DivClassName
{
background-color: #917084;
}
.BgClassName
{
background-color: #917084;
}
</style>
border-color css
<style>
span { border-color: #917084; }
span { border-color: rgb(145,112,132); }
td.TdClassName
{
border-color: #917084;
}
.TagClassName
{
border-color: #917084;
}
</style>