Shades of Strikemaster #976386
Tints of Strikemaster #976386
RGB
CMYK
RGB Variations
Color information
#976386 (or 0x976386) is known color: Strikemaster. HEX triplet: 97, 63 and 86. RGB value is (151,99,134). Sum of RGB (Red+Green+Blue) = 151+99+134=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 151 - color contains mainly: red. Hex color #976386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976386 is #689C79. Grayscale: #767676. Windows color (decimal): -6855802 or 8807319. OLE color: 8807319.
HSL color Cylindrical-coordinate representation of color #976386: hue angle of 319.62º 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 #976386 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 99 | 134 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.41 |
| HSL | 319.62º | 0.21% | 0.49% | - |
| HSV(B) | 319.62º | 0.34% | 0.59% | - |
| XYZ | 21.53 | 17.22 | 24.74 | - |
| YUV | 118.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 99 | 134 | 0 | 0.34 | 0.11 | 0.41 | 319.62 | 0.21 | 0.49 |
| Hex | 97 | 63 | 86 | 0 | 22 | B | 29 | 140 | 15 | 31 |
| Octal | 227 | 143 | 206 | 0 | 42 | 13 | 51 | 500 | 25 | 61 |
| Binary | 10010111 | 1100011 | 10000110 | 0 | 100010 | 1011 | 101001 | 101000000 | 10101 | 110001 |
Color Harmonies of #976386
Complementary color
Monochromatic Colors of #976386
Black with #976386
Text Example
Text Example
White with #976386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976386; }
p { color: rgb(151,99,134); }
H1.HeaderClassName
{
color: #976386;
}
.AnyTagClassName
{
color: #976386;
}
</style>
background-color css
<style>
a { background-color: #976386; }
a { background-color: rgb(151,99,134); }
div.DivClassName
{
background-color: #976386;
}
.BgClassName
{
background-color: #976386;
}
</style>
border-color css
<style>
span { border-color: #976386; }
span { border-color: rgb(151,99,134); }
td.TdClassName
{
border-color: #976386;
}
.TagClassName
{
border-color: #976386;
}
</style>