Shades of Strikemaster #965C86
Tints of Strikemaster #965C86
RGB
CMYK
RGB Variations
Color information
#965C86 (or 0x965C86) is known color: Strikemaster. HEX triplet: 96, 5C and 86. RGB value is (150,92,134). Sum of RGB (Red+Green+Blue) = 150+92+134=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #965C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965C86 is #69A379. Grayscale: #727272. Windows color (decimal): -6923130 or 8805526. OLE color: 8805526.
HSL color Cylindrical-coordinate representation of color #965C86: hue angle of 316.55º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #965C86 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 92 | 134 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.41 |
| HSL | 316.55º | 0.24% | 0.47% | - |
| HSV(B) | 316.55º | 0.39% | 0.59% | - |
| XYZ | 20.71 | 15.86 | 24.52 | - |
| YUV | 114.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 134 | 0 | 0.39 | 0.11 | 0.41 | 316.55 | 0.24 | 0.47 |
| Hex | 96 | 5C | 86 | 0 | 27 | B | 29 | 13D | 18 | 2F |
| Octal | 226 | 134 | 206 | 0 | 47 | 13 | 51 | 475 | 30 | 57 |
| Binary | 10010110 | 1011100 | 10000110 | 0 | 100111 | 1011 | 101001 | 100111101 | 11000 | 101111 |
Color Harmonies of #965C86
Complementary color
Monochromatic Colors of #965C86
Black with #965C86
Text Example
Text Example
White with #965C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965C86; }
p { color: rgb(150,92,134); }
H1.HeaderClassName
{
color: #965C86;
}
.AnyTagClassName
{
color: #965C86;
}
</style>
background-color css
<style>
a { background-color: #965C86; }
a { background-color: rgb(150,92,134); }
div.DivClassName
{
background-color: #965C86;
}
.BgClassName
{
background-color: #965C86;
}
</style>
border-color css
<style>
span { border-color: #965C86; }
span { border-color: rgb(150,92,134); }
td.TdClassName
{
border-color: #965C86;
}
.TagClassName
{
border-color: #965C86;
}
</style>