Shades of Strikemaster #965E7E
Tints of Strikemaster #965E7E
RGB
CMYK
RGB Variations
Color information
#965E7E (or 0x965E7E) is known color: Strikemaster. HEX triplet: 96, 5E and 7E. RGB value is (150,94,126). Sum of RGB (Red+Green+Blue) = 150+94+126=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #965E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965E7E is #69A181. Grayscale: #727272. Windows color (decimal): -6922626 or 8281750. OLE color: 8281750.
HSL color Cylindrical-coordinate representation of color #965E7E: hue angle of 325.71º degrees, saturation: 0.23, 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 #965E7E is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 94 | 126 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.41 |
| HSL | 325.71º | 0.23% | 0.48% | - |
| HSV(B) | 325.71º | 0.37% | 0.59% | - |
| XYZ | 20.35 | 16 | 21.75 | - |
| YUV | 114.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 126 | 0 | 0.37 | 0.16 | 0.41 | 325.71 | 0.23 | 0.48 |
| Hex | 96 | 5E | 7E | 0 | 25 | 10 | 29 | 146 | 17 | 30 |
| Octal | 226 | 136 | 176 | 0 | 45 | 20 | 51 | 506 | 27 | 60 |
| Binary | 10010110 | 1011110 | 1111110 | 0 | 100101 | 10000 | 101001 | 101000110 | 10111 | 110000 |
Color Harmonies of #965E7E
Complementary color
Monochromatic Colors of #965E7E
Black with #965E7E
Text Example
Text Example
White with #965E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965E7E; }
p { color: rgb(150,94,126); }
H1.HeaderClassName
{
color: #965E7E;
}
.AnyTagClassName
{
color: #965E7E;
}
</style>
background-color css
<style>
a { background-color: #965E7E; }
a { background-color: rgb(150,94,126); }
div.DivClassName
{
background-color: #965E7E;
}
.BgClassName
{
background-color: #965E7E;
}
</style>
border-color css
<style>
span { border-color: #965E7E; }
span { border-color: rgb(150,94,126); }
td.TdClassName
{
border-color: #965E7E;
}
.TagClassName
{
border-color: #965E7E;
}
</style>