Shades of Strikemaster #956088
Tints of Strikemaster #956088
RGB
CMYK
RGB Variations
Color information
#956088 (or 0x956088) is known color: Strikemaster. HEX triplet: 95, 60 and 88. RGB value is (149,96,136). Sum of RGB (Red+Green+Blue) = 149+96+136=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #956088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956088 is #6A9F77. Grayscale: #747474. Windows color (decimal): -6987640 or 8937621. OLE color: 8937621.
HSL color Cylindrical-coordinate representation of color #956088: hue angle of 314.72º 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 #956088 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 96 | 136 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.42 |
| HSL | 314.72º | 0.22% | 0.48% | - |
| HSV(B) | 314.72º | 0.36% | 0.58% | - |
| XYZ | 21.02 | 16.53 | 25.38 | - |
| YUV | 116.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 96 | 136 | 0 | 0.36 | 0.09 | 0.42 | 314.72 | 0.22 | 0.48 |
| Hex | 95 | 60 | 88 | 0 | 24 | 9 | 2A | 13B | 16 | 30 |
| Octal | 225 | 140 | 210 | 0 | 44 | 11 | 52 | 473 | 26 | 60 |
| Binary | 10010101 | 1100000 | 10001000 | 0 | 100100 | 1001 | 101010 | 100111011 | 10110 | 110000 |
Color Harmonies of #956088
Complementary color
Monochromatic Colors of #956088
Black with #956088
Text Example
Text Example
White with #956088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956088; }
p { color: rgb(149,96,136); }
H1.HeaderClassName
{
color: #956088;
}
.AnyTagClassName
{
color: #956088;
}
</style>
background-color css
<style>
a { background-color: #956088; }
a { background-color: rgb(149,96,136); }
div.DivClassName
{
background-color: #956088;
}
.BgClassName
{
background-color: #956088;
}
</style>
border-color css
<style>
span { border-color: #956088; }
span { border-color: rgb(149,96,136); }
td.TdClassName
{
border-color: #956088;
}
.TagClassName
{
border-color: #956088;
}
</style>