Shades of Strikemaster #965789
Tints of Strikemaster #965789
RGB
CMYK
RGB Variations
Color information
#965789 (or 0x965789) is known color: Strikemaster. HEX triplet: 96, 57 and 89. RGB value is (150,87,137). Sum of RGB (Red+Green+Blue) = 150+87+137=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #965789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965789 is #69A876. Grayscale: #6F6F6F. Windows color (decimal): -6924407 or 9000854. OLE color: 9000854.
HSL color Cylindrical-coordinate representation of color #965789: hue angle of 312.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #965789 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 87 | 137 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.41 |
| HSL | 312.38º | 0.27% | 0.46% | - |
| HSV(B) | 312.38º | 0.42% | 0.59% | - |
| XYZ | 20.5 | 15.11 | 25.5 | - |
| YUV | 111.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 137 | 0 | 0.42 | 0.09 | 0.41 | 312.38 | 0.27 | 0.46 |
| Hex | 96 | 57 | 89 | 0 | 2A | 9 | 29 | 138 | 1B | 2E |
| Octal | 226 | 127 | 211 | 0 | 52 | 11 | 51 | 470 | 33 | 56 |
| Binary | 10010110 | 1010111 | 10001001 | 0 | 101010 | 1001 | 101001 | 100111000 | 11011 | 101110 |
Color Harmonies of #965789
Complementary color
Monochromatic Colors of #965789
Black with #965789
Text Example
Text Example
White with #965789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965789; }
p { color: rgb(150,87,137); }
H1.HeaderClassName
{
color: #965789;
}
.AnyTagClassName
{
color: #965789;
}
</style>
background-color css
<style>
a { background-color: #965789; }
a { background-color: rgb(150,87,137); }
div.DivClassName
{
background-color: #965789;
}
.BgClassName
{
background-color: #965789;
}
</style>
border-color css
<style>
span { border-color: #965789; }
span { border-color: rgb(150,87,137); }
td.TdClassName
{
border-color: #965789;
}
.TagClassName
{
border-color: #965789;
}
</style>