Shades of Strikemaster #957180
Tints of Strikemaster #957180
RGB
CMYK
RGB Variations
Color information
#957180 (or 0x957180) is known color: Strikemaster. HEX triplet: 95, 71 and 80. RGB value is (149,113,128). Sum of RGB (Red+Green+Blue) = 149+113+128=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #957180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957180 is #6A8E7F. Grayscale: #7D7D7D. Windows color (decimal): -6983296 or 8417685. OLE color: 8417685.
HSL color Cylindrical-coordinate representation of color #957180: hue angle of 335º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #957180 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 113 | 128 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.42 |
| HSL | 335º | 0.15% | 0.51% | - |
| HSV(B) | 335º | 0.24% | 0.58% | - |
| XYZ | 22.2 | 19.76 | 23.07 | - |
| YUV | 125.47 | 129.43 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 128 | 0 | 0.24 | 0.14 | 0.42 | 335 | 0.15 | 0.51 |
| Hex | 95 | 71 | 80 | 0 | 18 | E | 2A | 14F | F | 33 |
| Octal | 225 | 161 | 200 | 0 | 30 | 16 | 52 | 517 | 17 | 63 |
| Binary | 10010101 | 1110001 | 10000000 | 0 | 11000 | 1110 | 101010 | 101001111 | 1111 | 110011 |
Color Harmonies of #957180
Complementary color
Monochromatic Colors of #957180
Black with #957180
Text Example
Text Example
White with #957180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957180; }
p { color: rgb(149,113,128); }
H1.HeaderClassName
{
color: #957180;
}
.AnyTagClassName
{
color: #957180;
}
</style>
background-color css
<style>
a { background-color: #957180; }
a { background-color: rgb(149,113,128); }
div.DivClassName
{
background-color: #957180;
}
.BgClassName
{
background-color: #957180;
}
</style>
border-color css
<style>
span { border-color: #957180; }
span { border-color: rgb(149,113,128); }
td.TdClassName
{
border-color: #957180;
}
.TagClassName
{
border-color: #957180;
}
</style>