Shades of Strikemaster #965584
Tints of Strikemaster #965584
RGB
CMYK
RGB Variations
Color information
#965584 (or 0x965584) is known color: Strikemaster. HEX triplet: 96, 55 and 84. RGB value is (150,85,132). Sum of RGB (Red+Green+Blue) = 150+85+132=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #965584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965584 is #69AA7B. Grayscale: #6D6D6D. Windows color (decimal): -6924924 or 8672662. OLE color: 8672662.
HSL color Cylindrical-coordinate representation of color #965584: hue angle of 316.62º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #965584 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 85 | 132 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.41 |
| HSL | 316.62º | 0.28% | 0.46% | - |
| HSV(B) | 316.62º | 0.43% | 0.59% | - |
| XYZ | 19.99 | 14.65 | 23.6 | - |
| YUV | 109.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 132 | 0 | 0.43 | 0.12 | 0.41 | 316.62 | 0.28 | 0.46 |
| Hex | 96 | 55 | 84 | 0 | 2B | C | 29 | 13D | 1C | 2E |
| Octal | 226 | 125 | 204 | 0 | 53 | 14 | 51 | 475 | 34 | 56 |
| Binary | 10010110 | 1010101 | 10000100 | 0 | 101011 | 1100 | 101001 | 100111101 | 11100 | 101110 |
Color Harmonies of #965584
Complementary color
Monochromatic Colors of #965584
Black with #965584
Text Example
Text Example
White with #965584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965584; }
p { color: rgb(150,85,132); }
H1.HeaderClassName
{
color: #965584;
}
.AnyTagClassName
{
color: #965584;
}
</style>
background-color css
<style>
a { background-color: #965584; }
a { background-color: rgb(150,85,132); }
div.DivClassName
{
background-color: #965584;
}
.BgClassName
{
background-color: #965584;
}
</style>
border-color css
<style>
span { border-color: #965584; }
span { border-color: rgb(150,85,132); }
td.TdClassName
{
border-color: #965584;
}
.TagClassName
{
border-color: #965584;
}
</style>