Shades of Strikemaster #965F7A
Tints of Strikemaster #965F7A
RGB
CMYK
RGB Variations
Color information
#965F7A (or 0x965F7A) is known color: Strikemaster. HEX triplet: 96, 5F and 7A. RGB value is (150,95,122). Sum of RGB (Red+Green+Blue) = 150+95+122=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #965F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F7A is #69A085. Grayscale: #727272. Windows color (decimal): -6922374 or 8019862. OLE color: 8019862.
HSL color Cylindrical-coordinate representation of color #965F7A: hue angle of 330.55º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965F7A is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 95 | 122 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.41 |
| HSL | 330.55º | 0.22% | 0.48% | - |
| HSV(B) | 330.55º | 0.37% | 0.59% | - |
| XYZ | 20.18 | 16.07 | 20.45 | - |
| YUV | 114.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 122 | 0 | 0.37 | 0.19 | 0.41 | 330.55 | 0.22 | 0.48 |
| Hex | 96 | 5F | 7A | 0 | 25 | 13 | 29 | 14B | 16 | 30 |
| Octal | 226 | 137 | 172 | 0 | 45 | 23 | 51 | 513 | 26 | 60 |
| Binary | 10010110 | 1011111 | 1111010 | 0 | 100101 | 10011 | 101001 | 101001011 | 10110 | 110000 |
Color Harmonies of #965F7A
Complementary color
Monochromatic Colors of #965F7A
Black with #965F7A
Text Example
Text Example
White with #965F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965F7A; }
p { color: rgb(150,95,122); }
H1.HeaderClassName
{
color: #965F7A;
}
.AnyTagClassName
{
color: #965F7A;
}
</style>
background-color css
<style>
a { background-color: #965F7A; }
a { background-color: rgb(150,95,122); }
div.DivClassName
{
background-color: #965F7A;
}
.BgClassName
{
background-color: #965F7A;
}
</style>
border-color css
<style>
span { border-color: #965F7A; }
span { border-color: rgb(150,95,122); }
td.TdClassName
{
border-color: #965F7A;
}
.TagClassName
{
border-color: #965F7A;
}
</style>