Shades of Strikemaster #965480
Tints of Strikemaster #965480
RGB
CMYK
RGB Variations
Color information
#965480 (or 0x965480) is known color: Strikemaster. HEX triplet: 96, 54 and 80. RGB value is (150,84,128). Sum of RGB (Red+Green+Blue) = 150+84+128=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #965480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965480 is #69AB7F. Grayscale: #6C6C6C. Windows color (decimal): -6925184 or 8410262. OLE color: 8410262.
HSL color Cylindrical-coordinate representation of color #965480: hue angle of 320º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #965480 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 84 | 128 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.41 |
| HSL | 320º | 0.28% | 0.46% | - |
| HSV(B) | 320º | 0.44% | 0.59% | - |
| XYZ | 19.64 | 14.38 | 22.16 | - |
| YUV | 108.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 128 | 0 | 0.44 | 0.15 | 0.41 | 320 | 0.28 | 0.46 |
| Hex | 96 | 54 | 80 | 0 | 2C | F | 29 | 140 | 1C | 2E |
| Octal | 226 | 124 | 200 | 0 | 54 | 17 | 51 | 500 | 34 | 56 |
| Binary | 10010110 | 1010100 | 10000000 | 0 | 101100 | 1111 | 101001 | 101000000 | 11100 | 101110 |
Color Harmonies of #965480
Complementary color
Monochromatic Colors of #965480
Black with #965480
Text Example
Text Example
White with #965480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965480; }
p { color: rgb(150,84,128); }
H1.HeaderClassName
{
color: #965480;
}
.AnyTagClassName
{
color: #965480;
}
</style>
background-color css
<style>
a { background-color: #965480; }
a { background-color: rgb(150,84,128); }
div.DivClassName
{
background-color: #965480;
}
.BgClassName
{
background-color: #965480;
}
</style>
border-color css
<style>
span { border-color: #965480; }
span { border-color: rgb(150,84,128); }
td.TdClassName
{
border-color: #965480;
}
.TagClassName
{
border-color: #965480;
}
</style>