Shades of Strikemaster #96597B
Tints of Strikemaster #96597B
RGB
CMYK
RGB Variations
Color information
#96597B (or 0x96597B) is known color: Strikemaster. HEX triplet: 96, 59 and 7B. RGB value is (150,89,123). Sum of RGB (Red+Green+Blue) = 150+89+123=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #96597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96597B is #69A684. Grayscale: #6F6F6F. Windows color (decimal): -6923909 or 8083862. OLE color: 8083862.
HSL color Cylindrical-coordinate representation of color #96597B: hue angle of 326.56º 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 #96597B is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 89 | 123 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.41 |
| HSL | 326.56º | 0.26% | 0.47% | - |
| HSV(B) | 326.56º | 0.41% | 0.59% | - |
| XYZ | 19.73 | 15.06 | 20.61 | - |
| YUV | 111.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 123 | 0 | 0.41 | 0.18 | 0.41 | 326.56 | 0.26 | 0.47 |
| Hex | 96 | 59 | 7B | 0 | 29 | 12 | 29 | 147 | 1A | 2F |
| Octal | 226 | 131 | 173 | 0 | 51 | 22 | 51 | 507 | 32 | 57 |
| Binary | 10010110 | 1011001 | 1111011 | 0 | 101001 | 10010 | 101001 | 101000111 | 11010 | 101111 |
Color Harmonies of #96597B
Complementary color
Monochromatic Colors of #96597B
Black with #96597B
Text Example
Text Example
White with #96597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96597B; }
p { color: rgb(150,89,123); }
H1.HeaderClassName
{
color: #96597B;
}
.AnyTagClassName
{
color: #96597B;
}
</style>
background-color css
<style>
a { background-color: #96597B; }
a { background-color: rgb(150,89,123); }
div.DivClassName
{
background-color: #96597B;
}
.BgClassName
{
background-color: #96597B;
}
</style>
border-color css
<style>
span { border-color: #96597B; }
span { border-color: rgb(150,89,123); }
td.TdClassName
{
border-color: #96597B;
}
.TagClassName
{
border-color: #96597B;
}
</style>