Shades of Strikemaster #976389
Tints of Strikemaster #976389
RGB
CMYK
RGB Variations
Color information
#976389 (or 0x976389) is known color: Strikemaster. HEX triplet: 97, 63 and 89. RGB value is (151,99,137). Sum of RGB (Red+Green+Blue) = 151+99+137=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 151 - color contains mainly: red. Hex color #976389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976389 is #689C76. Grayscale: #767676. Windows color (decimal): -6855799 or 9003927. OLE color: 9003927.
HSL color Cylindrical-coordinate representation of color #976389: hue angle of 316.15º 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 #976389 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 99 | 137 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.41 |
| HSL | 316.15º | 0.21% | 0.49% | - |
| HSV(B) | 316.15º | 0.34% | 0.59% | - |
| XYZ | 21.74 | 17.31 | 25.86 | - |
| YUV | 118.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 99 | 137 | 0 | 0.34 | 0.09 | 0.41 | 316.15 | 0.21 | 0.49 |
| Hex | 97 | 63 | 89 | 0 | 22 | 9 | 29 | 13C | 15 | 31 |
| Octal | 227 | 143 | 211 | 0 | 42 | 11 | 51 | 474 | 25 | 61 |
| Binary | 10010111 | 1100011 | 10001001 | 0 | 100010 | 1001 | 101001 | 100111100 | 10101 | 110001 |
Color Harmonies of #976389
Complementary color
Monochromatic Colors of #976389
Black with #976389
Text Example
Text Example
White with #976389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976389; }
p { color: rgb(151,99,137); }
H1.HeaderClassName
{
color: #976389;
}
.AnyTagClassName
{
color: #976389;
}
</style>
background-color css
<style>
a { background-color: #976389; }
a { background-color: rgb(151,99,137); }
div.DivClassName
{
background-color: #976389;
}
.BgClassName
{
background-color: #976389;
}
</style>
border-color css
<style>
span { border-color: #976389; }
span { border-color: rgb(151,99,137); }
td.TdClassName
{
border-color: #976389;
}
.TagClassName
{
border-color: #976389;
}
</style>