Shades of Strikemaster #965581
Tints of Strikemaster #965581
RGB
CMYK
RGB Variations
Color information
#965581 (or 0x965581) is known color: Strikemaster. HEX triplet: 96, 55 and 81. RGB value is (150,85,129). Sum of RGB (Red+Green+Blue) = 150+85+129=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #965581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965581 is #69AA7E. Grayscale: #6D6D6D. Windows color (decimal): -6924927 or 8476054. OLE color: 8476054.
HSL color Cylindrical-coordinate representation of color #965581: hue angle of 319.38º 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 #965581 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 85 | 129 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.41 |
| HSL | 319.38º | 0.28% | 0.46% | - |
| HSV(B) | 319.38º | 0.43% | 0.59% | - |
| XYZ | 19.79 | 14.57 | 22.54 | - |
| YUV | 109.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 129 | 0 | 0.43 | 0.14 | 0.41 | 319.38 | 0.28 | 0.46 |
| Hex | 96 | 55 | 81 | 0 | 2B | E | 29 | 13F | 1C | 2E |
| Octal | 226 | 125 | 201 | 0 | 53 | 16 | 51 | 477 | 34 | 56 |
| Binary | 10010110 | 1010101 | 10000001 | 0 | 101011 | 1110 | 101001 | 100111111 | 11100 | 101110 |
Color Harmonies of #965581
Complementary color
Monochromatic Colors of #965581
Black with #965581
Text Example
Text Example
White with #965581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965581; }
p { color: rgb(150,85,129); }
H1.HeaderClassName
{
color: #965581;
}
.AnyTagClassName
{
color: #965581;
}
</style>
background-color css
<style>
a { background-color: #965581; }
a { background-color: rgb(150,85,129); }
div.DivClassName
{
background-color: #965581;
}
.BgClassName
{
background-color: #965581;
}
</style>
border-color css
<style>
span { border-color: #965581; }
span { border-color: rgb(150,85,129); }
td.TdClassName
{
border-color: #965581;
}
.TagClassName
{
border-color: #965581;
}
</style>