Shades of Strikemaster #917080
Tints of Strikemaster #917080
RGB
CMYK
RGB Variations
Color information
#917080 (or 0x917080) is known color: Strikemaster. HEX triplet: 91, 70 and 80. RGB value is (145,112,128). Sum of RGB (Red+Green+Blue) = 145+112+128=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #917080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917080 is #6E8F7F. Grayscale: #7B7B7B. Windows color (decimal): -7245696 or 8417425. OLE color: 8417425.
HSL color Cylindrical-coordinate representation of color #917080: hue angle of 330.91º 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 #917080 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 112 | 128 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.43 |
| HSL | 330.91º | 0.13% | 0.5% | - |
| HSV(B) | 330.91º | 0.23% | 0.57% | - |
| XYZ | 21.37 | 19.17 | 23 | - |
| YUV | 123.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 128 | 0 | 0.23 | 0.12 | 0.43 | 330.91 | 0.13 | 0.5 |
| Hex | 91 | 70 | 80 | 0 | 17 | C | 2B | 14B | D | 32 |
| Octal | 221 | 160 | 200 | 0 | 27 | 14 | 53 | 513 | 15 | 62 |
| Binary | 10010001 | 1110000 | 10000000 | 0 | 10111 | 1100 | 101011 | 101001011 | 1101 | 110010 |
Color Harmonies of #917080
Complementary color
Monochromatic Colors of #917080
Black with #917080
Text Example
Text Example
White with #917080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917080; }
p { color: rgb(145,112,128); }
H1.HeaderClassName
{
color: #917080;
}
.AnyTagClassName
{
color: #917080;
}
</style>
background-color css
<style>
a { background-color: #917080; }
a { background-color: rgb(145,112,128); }
div.DivClassName
{
background-color: #917080;
}
.BgClassName
{
background-color: #917080;
}
</style>
border-color css
<style>
span { border-color: #917080; }
span { border-color: rgb(145,112,128); }
td.TdClassName
{
border-color: #917080;
}
.TagClassName
{
border-color: #917080;
}
</style>