Shades of Strikemaster #956087
Tints of Strikemaster #956087
RGB
CMYK
RGB Variations
Color information
#956087 (or 0x956087) is known color: Strikemaster. HEX triplet: 95, 60 and 87. RGB value is (149,96,135). Sum of RGB (Red+Green+Blue) = 149+96+135=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #956087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956087 is #6A9F78. Grayscale: #747474. Windows color (decimal): -6987641 or 8872085. OLE color: 8872085.
HSL color Cylindrical-coordinate representation of color #956087: hue angle of 315.85º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #956087 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 96 | 135 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.42 |
| HSL | 315.85º | 0.22% | 0.48% | - |
| HSV(B) | 315.85º | 0.36% | 0.58% | - |
| XYZ | 20.95 | 16.5 | 25 | - |
| YUV | 116.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 96 | 135 | 0 | 0.36 | 0.09 | 0.42 | 315.85 | 0.22 | 0.48 |
| Hex | 95 | 60 | 87 | 0 | 24 | 9 | 2A | 13C | 16 | 30 |
| Octal | 225 | 140 | 207 | 0 | 44 | 11 | 52 | 474 | 26 | 60 |
| Binary | 10010101 | 1100000 | 10000111 | 0 | 100100 | 1001 | 101010 | 100111100 | 10110 | 110000 |
Color Harmonies of #956087
Complementary color
Monochromatic Colors of #956087
Black with #956087
Text Example
Text Example
White with #956087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956087; }
p { color: rgb(149,96,135); }
H1.HeaderClassName
{
color: #956087;
}
.AnyTagClassName
{
color: #956087;
}
</style>
background-color css
<style>
a { background-color: #956087; }
a { background-color: rgb(149,96,135); }
div.DivClassName
{
background-color: #956087;
}
.BgClassName
{
background-color: #956087;
}
</style>
border-color css
<style>
span { border-color: #956087; }
span { border-color: rgb(149,96,135); }
td.TdClassName
{
border-color: #956087;
}
.TagClassName
{
border-color: #956087;
}
</style>