Shades of Strikemaster #957087
Tints of Strikemaster #957087
RGB
CMYK
RGB Variations
Color information
#957087 (or 0x957087) is known color: Strikemaster. HEX triplet: 95, 70 and 87. RGB value is (149,112,135). Sum of RGB (Red+Green+Blue) = 149+112+135=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #957087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957087 is #6A8F78. Grayscale: #7D7D7D. Windows color (decimal): -6983545 or 8876181. OLE color: 8876181.
HSL color Cylindrical-coordinate representation of color #957087: hue angle of 322.7º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #957087 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 112 | 135 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.42 |
| HSL | 322.7º | 0.15% | 0.51% | - |
| HSV(B) | 322.7º | 0.25% | 0.58% | - |
| XYZ | 22.56 | 19.73 | 25.54 | - |
| YUV | 125.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 135 | 0 | 0.25 | 0.09 | 0.42 | 322.7 | 0.15 | 0.51 |
| Hex | 95 | 70 | 87 | 0 | 19 | 9 | 2A | 143 | F | 33 |
| Octal | 225 | 160 | 207 | 0 | 31 | 11 | 52 | 503 | 17 | 63 |
| Binary | 10010101 | 1110000 | 10000111 | 0 | 11001 | 1001 | 101010 | 101000011 | 1111 | 110011 |
Color Harmonies of #957087
Complementary color
Monochromatic Colors of #957087
Black with #957087
Text Example
Text Example
White with #957087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957087; }
p { color: rgb(149,112,135); }
H1.HeaderClassName
{
color: #957087;
}
.AnyTagClassName
{
color: #957087;
}
</style>
background-color css
<style>
a { background-color: #957087; }
a { background-color: rgb(149,112,135); }
div.DivClassName
{
background-color: #957087;
}
.BgClassName
{
background-color: #957087;
}
</style>
border-color css
<style>
span { border-color: #957087; }
span { border-color: rgb(149,112,135); }
td.TdClassName
{
border-color: #957087;
}
.TagClassName
{
border-color: #957087;
}
</style>