Shades of Strikemaster #966078
Tints of Strikemaster #966078
RGB
CMYK
RGB Variations
Color information
#966078 (or 0x966078) is known color: Strikemaster. HEX triplet: 96, 60 and 78. RGB value is (150,96,120). Sum of RGB (Red+Green+Blue) = 150+96+120=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #966078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966078 is #699F87. Grayscale: #727272. Windows color (decimal): -6922120 or 7889046. OLE color: 7889046.
HSL color Cylindrical-coordinate representation of color #966078: hue angle of 333.33º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #966078 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 120 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.41 |
| HSL | 333.33º | 0.22% | 0.48% | - |
| HSV(B) | 333.33º | 0.36% | 0.59% | - |
| XYZ | 20.15 | 16.21 | 19.84 | - |
| YUV | 114.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 120 | 0 | 0.36 | 0.20 | 0.41 | 333.33 | 0.22 | 0.48 |
| Hex | 96 | 60 | 78 | 0 | 24 | 14 | 29 | 14D | 16 | 30 |
| Octal | 226 | 140 | 170 | 0 | 44 | 24 | 51 | 515 | 26 | 60 |
| Binary | 10010110 | 1100000 | 1111000 | 0 | 100100 | 10100 | 101001 | 101001101 | 10110 | 110000 |
Color Harmonies of #966078
Complementary color
Monochromatic Colors of #966078
Black with #966078
Text Example
Text Example
White with #966078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966078; }
p { color: rgb(150,96,120); }
H1.HeaderClassName
{
color: #966078;
}
.AnyTagClassName
{
color: #966078;
}
</style>
background-color css
<style>
a { background-color: #966078; }
a { background-color: rgb(150,96,120); }
div.DivClassName
{
background-color: #966078;
}
.BgClassName
{
background-color: #966078;
}
</style>
border-color css
<style>
span { border-color: #966078; }
span { border-color: rgb(150,96,120); }
td.TdClassName
{
border-color: #966078;
}
.TagClassName
{
border-color: #966078;
}
</style>