Shades of Strikemaster #965F7B
Tints of Strikemaster #965F7B
RGB
CMYK
RGB Variations
Color information
#965F7B (or 0x965F7B) is known color: Strikemaster. HEX triplet: 96, 5F and 7B. RGB value is (150,95,123). Sum of RGB (Red+Green+Blue) = 150+95+123=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #965F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F7B is #69A084. Grayscale: #727272. Windows color (decimal): -6922373 or 8085398. OLE color: 8085398.
HSL color Cylindrical-coordinate representation of color #965F7B: hue angle of 329.45º 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 #965F7B is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 95 | 123 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.41 |
| HSL | 329.45º | 0.22% | 0.48% | - |
| HSV(B) | 329.45º | 0.37% | 0.59% | - |
| XYZ | 20.25 | 16.1 | 20.78 | - |
| YUV | 114.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 123 | 0 | 0.37 | 0.18 | 0.41 | 329.45 | 0.22 | 0.48 |
| Hex | 96 | 5F | 7B | 0 | 25 | 12 | 29 | 149 | 16 | 30 |
| Octal | 226 | 137 | 173 | 0 | 45 | 22 | 51 | 511 | 26 | 60 |
| Binary | 10010110 | 1011111 | 1111011 | 0 | 100101 | 10010 | 101001 | 101001001 | 10110 | 110000 |
Color Harmonies of #965F7B
Complementary color
Monochromatic Colors of #965F7B
Black with #965F7B
Text Example
Text Example
White with #965F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965F7B; }
p { color: rgb(150,95,123); }
H1.HeaderClassName
{
color: #965F7B;
}
.AnyTagClassName
{
color: #965F7B;
}
</style>
background-color css
<style>
a { background-color: #965F7B; }
a { background-color: rgb(150,95,123); }
div.DivClassName
{
background-color: #965F7B;
}
.BgClassName
{
background-color: #965F7B;
}
</style>
border-color css
<style>
span { border-color: #965F7B; }
span { border-color: rgb(150,95,123); }
td.TdClassName
{
border-color: #965F7B;
}
.TagClassName
{
border-color: #965F7B;
}
</style>