Shades of Strikemaster #965481
Tints of Strikemaster #965481
RGB
CMYK
RGB Variations
Color information
#965481 (or 0x965481) is known color: Strikemaster. HEX triplet: 96, 54 and 81. RGB value is (150,84,129). Sum of RGB (Red+Green+Blue) = 150+84+129=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #965481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965481 is #69AB7E. Grayscale: #6C6C6C. Windows color (decimal): -6925183 or 8475798. OLE color: 8475798.
HSL color Cylindrical-coordinate representation of color #965481: hue angle of 319.09º 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 #965481 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 84 | 129 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.41 |
| HSL | 319.09º | 0.28% | 0.46% | - |
| HSV(B) | 319.09º | 0.44% | 0.59% | - |
| XYZ | 19.71 | 14.41 | 22.51 | - |
| YUV | 108.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 129 | 0 | 0.44 | 0.14 | 0.41 | 319.09 | 0.28 | 0.46 |
| Hex | 96 | 54 | 81 | 0 | 2C | E | 29 | 13F | 1C | 2E |
| Octal | 226 | 124 | 201 | 0 | 54 | 16 | 51 | 477 | 34 | 56 |
| Binary | 10010110 | 1010100 | 10000001 | 0 | 101100 | 1110 | 101001 | 100111111 | 11100 | 101110 |
Color Harmonies of #965481
Complementary color
Monochromatic Colors of #965481
Black with #965481
Text Example
Text Example
White with #965481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965481; }
p { color: rgb(150,84,129); }
H1.HeaderClassName
{
color: #965481;
}
.AnyTagClassName
{
color: #965481;
}
</style>
background-color css
<style>
a { background-color: #965481; }
a { background-color: rgb(150,84,129); }
div.DivClassName
{
background-color: #965481;
}
.BgClassName
{
background-color: #965481;
}
</style>
border-color css
<style>
span { border-color: #965481; }
span { border-color: rgb(150,84,129); }
td.TdClassName
{
border-color: #965481;
}
.TagClassName
{
border-color: #965481;
}
</style>