Shades of Strikemaster #965E80
Tints of Strikemaster #965E80
RGB
CMYK
RGB Variations
Color information
#965E80 (or 0x965E80) is known color: Strikemaster. HEX triplet: 96, 5E and 80. RGB value is (150,94,128). Sum of RGB (Red+Green+Blue) = 150+94+128=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #965E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965E80 is #69A17F. Grayscale: #727272. Windows color (decimal): -6922624 or 8412822. OLE color: 8412822.
HSL color Cylindrical-coordinate representation of color #965E80: hue angle of 323.57º 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 #965E80 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 94 | 128 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.41 |
| HSL | 323.57º | 0.23% | 0.48% | - |
| HSV(B) | 323.57º | 0.37% | 0.59% | - |
| XYZ | 20.48 | 16.05 | 22.44 | - |
| YUV | 114.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 128 | 0 | 0.37 | 0.15 | 0.41 | 323.57 | 0.23 | 0.48 |
| Hex | 96 | 5E | 80 | 0 | 25 | F | 29 | 144 | 17 | 30 |
| Octal | 226 | 136 | 200 | 0 | 45 | 17 | 51 | 504 | 27 | 60 |
| Binary | 10010110 | 1011110 | 10000000 | 0 | 100101 | 1111 | 101001 | 101000100 | 10111 | 110000 |
Color Harmonies of #965E80
Complementary color
Monochromatic Colors of #965E80
Black with #965E80
Text Example
Text Example
White with #965E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965E80; }
p { color: rgb(150,94,128); }
H1.HeaderClassName
{
color: #965E80;
}
.AnyTagClassName
{
color: #965E80;
}
</style>
background-color css
<style>
a { background-color: #965E80; }
a { background-color: rgb(150,94,128); }
div.DivClassName
{
background-color: #965E80;
}
.BgClassName
{
background-color: #965E80;
}
</style>
border-color css
<style>
span { border-color: #965E80; }
span { border-color: rgb(150,94,128); }
td.TdClassName
{
border-color: #965E80;
}
.TagClassName
{
border-color: #965E80;
}
</style>