Shades of Strikemaster #966D88
Tints of Strikemaster #966D88
RGB
CMYK
RGB Variations
Color information
#966D88 (or 0x966D88) is known color: Strikemaster. HEX triplet: 96, 6D and 88. RGB value is (150,109,136). Sum of RGB (Red+Green+Blue) = 150+109+136=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #966D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966D88 is #699277. Grayscale: #7C7C7C. Windows color (decimal): -6918776 or 8940950. OLE color: 8940950.
HSL color Cylindrical-coordinate representation of color #966D88: hue angle of 320.49º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #966D88 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 136 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.41 |
| HSL | 320.49º | 0.16% | 0.51% | - |
| HSV(B) | 320.49º | 0.27% | 0.59% | - |
| XYZ | 22.49 | 19.2 | 25.81 | - |
| YUV | 124.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 136 | 0 | 0.27 | 0.09 | 0.41 | 320.49 | 0.16 | 0.51 |
| Hex | 96 | 6D | 88 | 0 | 1B | 9 | 29 | 140 | 10 | 33 |
| Octal | 226 | 155 | 210 | 0 | 33 | 11 | 51 | 500 | 20 | 63 |
| Binary | 10010110 | 1101101 | 10001000 | 0 | 11011 | 1001 | 101001 | 101000000 | 10000 | 110011 |
Color Harmonies of #966D88
Complementary color
Monochromatic Colors of #966D88
Black with #966D88
Text Example
Text Example
White with #966D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D88; }
p { color: rgb(150,109,136); }
H1.HeaderClassName
{
color: #966D88;
}
.AnyTagClassName
{
color: #966D88;
}
</style>
background-color css
<style>
a { background-color: #966D88; }
a { background-color: rgb(150,109,136); }
div.DivClassName
{
background-color: #966D88;
}
.BgClassName
{
background-color: #966D88;
}
</style>
border-color css
<style>
span { border-color: #966D88; }
span { border-color: rgb(150,109,136); }
td.TdClassName
{
border-color: #966D88;
}
.TagClassName
{
border-color: #966D88;
}
</style>