Shades of Strikemaster #965A80
Tints of Strikemaster #965A80
RGB
CMYK
RGB Variations
Color information
#965A80 (or 0x965A80) is known color: Strikemaster. HEX triplet: 96, 5A and 80. RGB value is (150,90,128). Sum of RGB (Red+Green+Blue) = 150+90+128=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #965A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965A80 is #69A57F. Grayscale: #707070. Windows color (decimal): -6923648 or 8411798. OLE color: 8411798.
HSL color Cylindrical-coordinate representation of color #965A80: hue angle of 322º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #965A80 is Cyan = 0, Magento = 0.4, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 90 | 128 | - |
| CMYK | 0 | 0.4 | 0.15 | 0.41 |
| HSL | 322º | 0.25% | 0.47% | - |
| HSV(B) | 322º | 0.4% | 0.59% | - |
| XYZ | 20.13 | 15.35 | 22.32 | - |
| YUV | 112.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 128 | 0 | 0.4 | 0.15 | 0.41 | 322 | 0.25 | 0.47 |
| Hex | 96 | 5A | 80 | 0 | 28 | F | 29 | 142 | 19 | 2F |
| Octal | 226 | 132 | 200 | 0 | 50 | 17 | 51 | 502 | 31 | 57 |
| Binary | 10010110 | 1011010 | 10000000 | 0 | 101000 | 1111 | 101001 | 101000010 | 11001 | 101111 |
Color Harmonies of #965A80
Complementary color
Monochromatic Colors of #965A80
Black with #965A80
Text Example
Text Example
White with #965A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965A80; }
p { color: rgb(150,90,128); }
H1.HeaderClassName
{
color: #965A80;
}
.AnyTagClassName
{
color: #965A80;
}
</style>
background-color css
<style>
a { background-color: #965A80; }
a { background-color: rgb(150,90,128); }
div.DivClassName
{
background-color: #965A80;
}
.BgClassName
{
background-color: #965A80;
}
</style>
border-color css
<style>
span { border-color: #965A80; }
span { border-color: rgb(150,90,128); }
td.TdClassName
{
border-color: #965A80;
}
.TagClassName
{
border-color: #965A80;
}
</style>