Shades of Strikemaster #96587B
Tints of Strikemaster #96587B
RGB
CMYK
RGB Variations
Color information
#96587B (or 0x96587B) is known color: Strikemaster. HEX triplet: 96, 58 and 7B. RGB value is (150,88,123). Sum of RGB (Red+Green+Blue) = 150+88+123=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #96587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96587B is #69A784. Grayscale: #6E6E6E. Windows color (decimal): -6924165 or 8083606. OLE color: 8083606.
HSL color Cylindrical-coordinate representation of color #96587B: hue angle of 326.13º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96587B is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 88 | 123 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.41 |
| HSL | 326.13º | 0.26% | 0.47% | - |
| HSV(B) | 326.13º | 0.41% | 0.59% | - |
| XYZ | 19.64 | 14.89 | 20.58 | - |
| YUV | 110.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 88 | 123 | 0 | 0.41 | 0.18 | 0.41 | 326.13 | 0.26 | 0.47 |
| Hex | 96 | 58 | 7B | 0 | 29 | 12 | 29 | 146 | 1A | 2F |
| Octal | 226 | 130 | 173 | 0 | 51 | 22 | 51 | 506 | 32 | 57 |
| Binary | 10010110 | 1011000 | 1111011 | 0 | 101001 | 10010 | 101001 | 101000110 | 11010 | 101111 |
Color Harmonies of #96587B
Complementary color
Monochromatic Colors of #96587B
Black with #96587B
Text Example
Text Example
White with #96587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96587B; }
p { color: rgb(150,88,123); }
H1.HeaderClassName
{
color: #96587B;
}
.AnyTagClassName
{
color: #96587B;
}
</style>
background-color css
<style>
a { background-color: #96587B; }
a { background-color: rgb(150,88,123); }
div.DivClassName
{
background-color: #96587B;
}
.BgClassName
{
background-color: #96587B;
}
</style>
border-color css
<style>
span { border-color: #96587B; }
span { border-color: rgb(150,88,123); }
td.TdClassName
{
border-color: #96587B;
}
.TagClassName
{
border-color: #96587B;
}
</style>