Shades of Strikemaster #966788
Tints of Strikemaster #966788
RGB
CMYK
RGB Variations
Color information
#966788 (or 0x966788) is known color: Strikemaster. HEX triplet: 96, 67 and 88. RGB value is (150,103,136). Sum of RGB (Red+Green+Blue) = 150+103+136=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #966788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966788 is #699877. Grayscale: #787878. Windows color (decimal): -6920312 or 8939414. OLE color: 8939414.
HSL color Cylindrical-coordinate representation of color #966788: hue angle of 317.87º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966788 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 103 | 136 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.41 |
| HSL | 317.87º | 0.19% | 0.5% | - |
| HSV(B) | 317.87º | 0.31% | 0.59% | - |
| XYZ | 21.87 | 17.96 | 25.61 | - |
| YUV | 120.82 | 136.57 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 136 | 0 | 0.31 | 0.09 | 0.41 | 317.87 | 0.19 | 0.5 |
| Hex | 96 | 67 | 88 | 0 | 1F | 9 | 29 | 13E | 13 | 32 |
| Octal | 226 | 147 | 210 | 0 | 37 | 11 | 51 | 476 | 23 | 62 |
| Binary | 10010110 | 1100111 | 10001000 | 0 | 11111 | 1001 | 101001 | 100111110 | 10011 | 110010 |
Color Harmonies of #966788
Complementary color
Monochromatic Colors of #966788
Black with #966788
Text Example
Text Example
White with #966788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966788; }
p { color: rgb(150,103,136); }
H1.HeaderClassName
{
color: #966788;
}
.AnyTagClassName
{
color: #966788;
}
</style>
background-color css
<style>
a { background-color: #966788; }
a { background-color: rgb(150,103,136); }
div.DivClassName
{
background-color: #966788;
}
.BgClassName
{
background-color: #966788;
}
</style>
border-color css
<style>
span { border-color: #966788; }
span { border-color: rgb(150,103,136); }
td.TdClassName
{
border-color: #966788;
}
.TagClassName
{
border-color: #966788;
}
</style>