Shades of Strikemaster #976388
Tints of Strikemaster #976388
RGB
CMYK
RGB Variations
Color information
#976388 (or 0x976388) is known color: Strikemaster. HEX triplet: 97, 63 and 88. RGB value is (151,99,136). Sum of RGB (Red+Green+Blue) = 151+99+136=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 151 - color contains mainly: red. Hex color #976388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976388 is #689C77. Grayscale: #767676. Windows color (decimal): -6855800 or 8938391. OLE color: 8938391.
HSL color Cylindrical-coordinate representation of color #976388: hue angle of 317.31º 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 #976388 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 99 | 136 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.41 |
| HSL | 317.31º | 0.21% | 0.49% | - |
| HSV(B) | 317.31º | 0.34% | 0.59% | - |
| XYZ | 21.67 | 17.28 | 25.49 | - |
| YUV | 118.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 99 | 136 | 0 | 0.34 | 0.10 | 0.41 | 317.31 | 0.21 | 0.49 |
| Hex | 97 | 63 | 88 | 0 | 22 | A | 29 | 13D | 15 | 31 |
| Octal | 227 | 143 | 210 | 0 | 42 | 12 | 51 | 475 | 25 | 61 |
| Binary | 10010111 | 1100011 | 10001000 | 0 | 100010 | 1010 | 101001 | 100111101 | 10101 | 110001 |
Color Harmonies of #976388
Complementary color
Monochromatic Colors of #976388
Black with #976388
Text Example
Text Example
White with #976388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976388; }
p { color: rgb(151,99,136); }
H1.HeaderClassName
{
color: #976388;
}
.AnyTagClassName
{
color: #976388;
}
</style>
background-color css
<style>
a { background-color: #976388; }
a { background-color: rgb(151,99,136); }
div.DivClassName
{
background-color: #976388;
}
.BgClassName
{
background-color: #976388;
}
</style>
border-color css
<style>
span { border-color: #976388; }
span { border-color: rgb(151,99,136); }
td.TdClassName
{
border-color: #976388;
}
.TagClassName
{
border-color: #976388;
}
</style>