Shades of Strikemaster #965779
Tints of Strikemaster #965779
RGB
CMYK
RGB Variations
Color information
#965779 (or 0x965779) is known color: Strikemaster. HEX triplet: 96, 57 and 79. RGB value is (150,87,121). Sum of RGB (Red+Green+Blue) = 150+87+121=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #965779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965779 is #69A886. Grayscale: #6D6D6D. Windows color (decimal): -6924423 or 7952278. OLE color: 7952278.
HSL color Cylindrical-coordinate representation of color #965779: hue angle of 327.62º 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 #965779 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 87 | 121 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.41 |
| HSL | 327.62º | 0.27% | 0.46% | - |
| HSV(B) | 327.62º | 0.42% | 0.59% | - |
| XYZ | 19.44 | 14.68 | 19.9 | - |
| YUV | 109.71 | 134.37 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 121 | 0 | 0.42 | 0.19 | 0.41 | 327.62 | 0.27 | 0.46 |
| Hex | 96 | 57 | 79 | 0 | 2A | 13 | 29 | 148 | 1B | 2E |
| Octal | 226 | 127 | 171 | 0 | 52 | 23 | 51 | 510 | 33 | 56 |
| Binary | 10010110 | 1010111 | 1111001 | 0 | 101010 | 10011 | 101001 | 101001000 | 11011 | 101110 |
Color Harmonies of #965779
Complementary color
Monochromatic Colors of #965779
Black with #965779
Text Example
Text Example
White with #965779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965779; }
p { color: rgb(150,87,121); }
H1.HeaderClassName
{
color: #965779;
}
.AnyTagClassName
{
color: #965779;
}
</style>
background-color css
<style>
a { background-color: #965779; }
a { background-color: rgb(150,87,121); }
div.DivClassName
{
background-color: #965779;
}
.BgClassName
{
background-color: #965779;
}
</style>
border-color css
<style>
span { border-color: #965779; }
span { border-color: rgb(150,87,121); }
td.TdClassName
{
border-color: #965779;
}
.TagClassName
{
border-color: #965779;
}
</style>