Shades of Strikemaster #966F87
Tints of Strikemaster #966F87
RGB
CMYK
RGB Variations
Color information
#966F87 (or 0x966F87) is known color: Strikemaster. HEX triplet: 96, 6F and 87. RGB value is (150,111,135). Sum of RGB (Red+Green+Blue) = 150+111+135=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #966F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966F87 is #699078. Grayscale: #7D7D7D. Windows color (decimal): -6918265 or 8875926. OLE color: 8875926.
HSL color Cylindrical-coordinate representation of color #966F87: hue angle of 323.08º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #966F87 is Cyan = 0, Magento = 0.26, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 111 | 135 | - |
| CMYK | 0 | 0.26 | 0.1 | 0.41 |
| HSL | 323.08º | 0.16% | 0.51% | - |
| HSV(B) | 323.08º | 0.26% | 0.59% | - |
| XYZ | 22.64 | 19.6 | 25.51 | - |
| YUV | 125.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 135 | 0 | 0.26 | 0.1 | 0.41 | 323.08 | 0.16 | 0.51 |
| Hex | 96 | 6F | 87 | 0 | 1A | A | 29 | 143 | 10 | 33 |
| Octal | 226 | 157 | 207 | 0 | 32 | 12 | 51 | 503 | 20 | 63 |
| Binary | 10010110 | 1101111 | 10000111 | 0 | 11010 | 1010 | 101001 | 101000011 | 10000 | 110011 |
Color Harmonies of #966F87
Complementary color
Monochromatic Colors of #966F87
Black with #966F87
Text Example
Text Example
White with #966F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F87; }
p { color: rgb(150,111,135); }
H1.HeaderClassName
{
color: #966F87;
}
.AnyTagClassName
{
color: #966F87;
}
</style>
background-color css
<style>
a { background-color: #966F87; }
a { background-color: rgb(150,111,135); }
div.DivClassName
{
background-color: #966F87;
}
.BgClassName
{
background-color: #966F87;
}
</style>
border-color css
<style>
span { border-color: #966F87; }
span { border-color: rgb(150,111,135); }
td.TdClassName
{
border-color: #966F87;
}
.TagClassName
{
border-color: #966F87;
}
</style>