Shades of Strikemaster #966988
Tints of Strikemaster #966988
RGB
CMYK
RGB Variations
Color information
#966988 (or 0x966988) is known color: Strikemaster. HEX triplet: 96, 69 and 88. RGB value is (150,105,136). Sum of RGB (Red+Green+Blue) = 150+105+136=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #966988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966988 is #699677. Grayscale: #797979. Windows color (decimal): -6919800 or 8939926. OLE color: 8939926.
HSL color Cylindrical-coordinate representation of color #966988: hue angle of 318.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #966988 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 105 | 136 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.41 |
| HSL | 318.67º | 0.18% | 0.5% | - |
| HSV(B) | 318.67º | 0.3% | 0.59% | - |
| XYZ | 22.07 | 18.36 | 25.67 | - |
| YUV | 121.99 | 135.91 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 136 | 0 | 0.30 | 0.09 | 0.41 | 318.67 | 0.18 | 0.5 |
| Hex | 96 | 69 | 88 | 0 | 1E | 9 | 29 | 13F | 12 | 32 |
| Octal | 226 | 151 | 210 | 0 | 36 | 11 | 51 | 477 | 22 | 62 |
| Binary | 10010110 | 1101001 | 10001000 | 0 | 11110 | 1001 | 101001 | 100111111 | 10010 | 110010 |
Color Harmonies of #966988
Complementary color
Monochromatic Colors of #966988
Black with #966988
Text Example
Text Example
White with #966988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966988; }
p { color: rgb(150,105,136); }
H1.HeaderClassName
{
color: #966988;
}
.AnyTagClassName
{
color: #966988;
}
</style>
background-color css
<style>
a { background-color: #966988; }
a { background-color: rgb(150,105,136); }
div.DivClassName
{
background-color: #966988;
}
.BgClassName
{
background-color: #966988;
}
</style>
border-color css
<style>
span { border-color: #966988; }
span { border-color: rgb(150,105,136); }
td.TdClassName
{
border-color: #966988;
}
.TagClassName
{
border-color: #966988;
}
</style>