Shades of Strikemaster #976387
Tints of Strikemaster #976387
RGB
CMYK
RGB Variations
Color information
#976387 (or 0x976387) is known color: Strikemaster. HEX triplet: 97, 63 and 87. RGB value is (151,99,135). Sum of RGB (Red+Green+Blue) = 151+99+135=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 151 - color contains mainly: red. Hex color #976387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976387 is #689C78. Grayscale: #767676. Windows color (decimal): -6855801 or 8872855. OLE color: 8872855.
HSL color Cylindrical-coordinate representation of color #976387: hue angle of 318.46º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #976387 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 99 | 135 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.41 |
| HSL | 318.46º | 0.21% | 0.49% | - |
| HSV(B) | 318.46º | 0.34% | 0.59% | - |
| XYZ | 21.6 | 17.25 | 25.11 | - |
| YUV | 118.65 | 137.23 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 99 | 135 | 0 | 0.34 | 0.11 | 0.41 | 318.46 | 0.21 | 0.49 |
| Hex | 97 | 63 | 87 | 0 | 22 | B | 29 | 13E | 15 | 31 |
| Octal | 227 | 143 | 207 | 0 | 42 | 13 | 51 | 476 | 25 | 61 |
| Binary | 10010111 | 1100011 | 10000111 | 0 | 100010 | 1011 | 101001 | 100111110 | 10101 | 110001 |
Color Harmonies of #976387
Complementary color
Monochromatic Colors of #976387
Black with #976387
Text Example
Text Example
White with #976387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976387; }
p { color: rgb(151,99,135); }
H1.HeaderClassName
{
color: #976387;
}
.AnyTagClassName
{
color: #976387;
}
</style>
background-color css
<style>
a { background-color: #976387; }
a { background-color: rgb(151,99,135); }
div.DivClassName
{
background-color: #976387;
}
.BgClassName
{
background-color: #976387;
}
</style>
border-color css
<style>
span { border-color: #976387; }
span { border-color: rgb(151,99,135); }
td.TdClassName
{
border-color: #976387;
}
.TagClassName
{
border-color: #976387;
}
</style>