Shades of Strikemaster #966785
Tints of Strikemaster #966785
RGB
CMYK
RGB Variations
Color information
#966785 (or 0x966785) is known color: Strikemaster. HEX triplet: 96, 67 and 85. RGB value is (150,103,133). Sum of RGB (Red+Green+Blue) = 150+103+133=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #966785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966785 is #69987A. Grayscale: #787878. Windows color (decimal): -6920315 or 8742806. OLE color: 8742806.
HSL color Cylindrical-coordinate representation of color #966785: hue angle of 321.7º 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 #966785 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 103 | 133 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.41 |
| HSL | 321.7º | 0.19% | 0.5% | - |
| HSV(B) | 321.7º | 0.31% | 0.59% | - |
| XYZ | 21.66 | 17.88 | 24.5 | - |
| YUV | 120.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 133 | 0 | 0.31 | 0.11 | 0.41 | 321.7 | 0.19 | 0.5 |
| Hex | 96 | 67 | 85 | 0 | 1F | B | 29 | 142 | 13 | 32 |
| Octal | 226 | 147 | 205 | 0 | 37 | 13 | 51 | 502 | 23 | 62 |
| Binary | 10010110 | 1100111 | 10000101 | 0 | 11111 | 1011 | 101001 | 101000010 | 10011 | 110010 |
Color Harmonies of #966785
Complementary color
Monochromatic Colors of #966785
Black with #966785
Text Example
Text Example
White with #966785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966785; }
p { color: rgb(150,103,133); }
H1.HeaderClassName
{
color: #966785;
}
.AnyTagClassName
{
color: #966785;
}
</style>
background-color css
<style>
a { background-color: #966785; }
a { background-color: rgb(150,103,133); }
div.DivClassName
{
background-color: #966785;
}
.BgClassName
{
background-color: #966785;
}
</style>
border-color css
<style>
span { border-color: #966785; }
span { border-color: rgb(150,103,133); }
td.TdClassName
{
border-color: #966785;
}
.TagClassName
{
border-color: #966785;
}
</style>