Shades of Strikemaster #966688
Tints of Strikemaster #966688
RGB
CMYK
RGB Variations
Color information
#966688 (or 0x966688) is known color: Strikemaster. HEX triplet: 96, 66 and 88. RGB value is (150,102,136). Sum of RGB (Red+Green+Blue) = 150+102+136=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #966688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966688 is #699977. Grayscale: #787878. Windows color (decimal): -6920568 or 8939158. OLE color: 8939158.
HSL color Cylindrical-coordinate representation of color #966688: hue angle of 317.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #966688 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 136 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.41 |
| HSL | 317.5º | 0.19% | 0.49% | - |
| HSV(B) | 317.5º | 0.32% | 0.59% | - |
| XYZ | 21.77 | 17.76 | 25.57 | - |
| YUV | 120.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 136 | 0 | 0.32 | 0.09 | 0.41 | 317.5 | 0.19 | 0.49 |
| Hex | 96 | 66 | 88 | 0 | 20 | 9 | 29 | 13E | 13 | 31 |
| Octal | 226 | 146 | 210 | 0 | 40 | 11 | 51 | 476 | 23 | 61 |
| Binary | 10010110 | 1100110 | 10001000 | 0 | 100000 | 1001 | 101001 | 100111110 | 10011 | 110001 |
Color Harmonies of #966688
Complementary color
Monochromatic Colors of #966688
Black with #966688
Text Example
Text Example
White with #966688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966688; }
p { color: rgb(150,102,136); }
H1.HeaderClassName
{
color: #966688;
}
.AnyTagClassName
{
color: #966688;
}
</style>
background-color css
<style>
a { background-color: #966688; }
a { background-color: rgb(150,102,136); }
div.DivClassName
{
background-color: #966688;
}
.BgClassName
{
background-color: #966688;
}
</style>
border-color css
<style>
span { border-color: #966688; }
span { border-color: rgb(150,102,136); }
td.TdClassName
{
border-color: #966688;
}
.TagClassName
{
border-color: #966688;
}
</style>