Shades of Strikemaster #976289
Tints of Strikemaster #976289
RGB
CMYK
RGB Variations
Color information
#976289 (or 0x976289) is known color: Strikemaster. HEX triplet: 97, 62 and 89. RGB value is (151,98,137). Sum of RGB (Red+Green+Blue) = 151+98+137=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 151 - color contains mainly: red. Hex color #976289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976289 is #689D76. Grayscale: #767676. Windows color (decimal): -6856055 or 9003671. OLE color: 9003671.
HSL color Cylindrical-coordinate representation of color #976289: hue angle of 315.85º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #976289 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 98 | 137 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.41 |
| HSL | 315.85º | 0.21% | 0.49% | - |
| HSV(B) | 315.85º | 0.35% | 0.59% | - |
| XYZ | 21.65 | 17.12 | 25.83 | - |
| YUV | 118.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 98 | 137 | 0 | 0.35 | 0.09 | 0.41 | 315.85 | 0.21 | 0.49 |
| Hex | 97 | 62 | 89 | 0 | 23 | 9 | 29 | 13C | 15 | 31 |
| Octal | 227 | 142 | 211 | 0 | 43 | 11 | 51 | 474 | 25 | 61 |
| Binary | 10010111 | 1100010 | 10001001 | 0 | 100011 | 1001 | 101001 | 100111100 | 10101 | 110001 |
Color Harmonies of #976289
Complementary color
Monochromatic Colors of #976289
Black with #976289
Text Example
Text Example
White with #976289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976289; }
p { color: rgb(151,98,137); }
H1.HeaderClassName
{
color: #976289;
}
.AnyTagClassName
{
color: #976289;
}
</style>
background-color css
<style>
a { background-color: #976289; }
a { background-color: rgb(151,98,137); }
div.DivClassName
{
background-color: #976289;
}
.BgClassName
{
background-color: #976289;
}
</style>
border-color css
<style>
span { border-color: #976289; }
span { border-color: rgb(151,98,137); }
td.TdClassName
{
border-color: #976289;
}
.TagClassName
{
border-color: #976289;
}
</style>