Shades of Strikemaster #965A87
Tints of Strikemaster #965A87
RGB
CMYK
RGB Variations
Color information
#965A87 (or 0x965A87) is known color: Strikemaster. HEX triplet: 96, 5A and 87. RGB value is (150,90,135). Sum of RGB (Red+Green+Blue) = 150+90+135=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #965A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965A87 is #69A578. Grayscale: #707070. Windows color (decimal): -6923641 or 8870550. OLE color: 8870550.
HSL color Cylindrical-coordinate representation of color #965A87: hue angle of 315º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #965A87 is Cyan = 0, Magento = 0.4, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 90 | 135 | - |
| CMYK | 0 | 0.4 | 0.1 | 0.41 |
| HSL | 315º | 0.25% | 0.47% | - |
| HSV(B) | 315º | 0.4% | 0.59% | - |
| XYZ | 20.61 | 15.55 | 24.84 | - |
| YUV | 113.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 135 | 0 | 0.4 | 0.1 | 0.41 | 315 | 0.25 | 0.47 |
| Hex | 96 | 5A | 87 | 0 | 28 | A | 29 | 13B | 19 | 2F |
| Octal | 226 | 132 | 207 | 0 | 50 | 12 | 51 | 473 | 31 | 57 |
| Binary | 10010110 | 1011010 | 10000111 | 0 | 101000 | 1010 | 101001 | 100111011 | 11001 | 101111 |
Color Harmonies of #965A87
Complementary color
Monochromatic Colors of #965A87
Black with #965A87
Text Example
Text Example
White with #965A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965A87; }
p { color: rgb(150,90,135); }
H1.HeaderClassName
{
color: #965A87;
}
.AnyTagClassName
{
color: #965A87;
}
</style>
background-color css
<style>
a { background-color: #965A87; }
a { background-color: rgb(150,90,135); }
div.DivClassName
{
background-color: #965A87;
}
.BgClassName
{
background-color: #965A87;
}
</style>
border-color css
<style>
span { border-color: #965A87; }
span { border-color: rgb(150,90,135); }
td.TdClassName
{
border-color: #965A87;
}
.TagClassName
{
border-color: #965A87;
}
</style>