Shades of Strikemaster #97517E
Tints of Strikemaster #97517E
RGB
CMYK
RGB Variations
Color information
#97517E (or 0x97517E) is known color: Strikemaster. HEX triplet: 97, 51 and 7E. RGB value is (151,81,126). Sum of RGB (Red+Green+Blue) = 151+81+126=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 151 - color contains mainly: red. Hex color #97517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97517E is #68AE81. Grayscale: #6A6A6A. Windows color (decimal): -6860418 or 8278423. OLE color: 8278423.
HSL color Cylindrical-coordinate representation of color #97517E: hue angle of 321.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #97517E is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 81 | 126 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.41 |
| HSL | 321.43º | 0.3% | 0.45% | - |
| HSV(B) | 321.43º | 0.46% | 0.59% | - |
| XYZ | 19.47 | 13.97 | 21.41 | - |
| YUV | 107.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 81 | 126 | 0 | 0.46 | 0.17 | 0.41 | 321.43 | 0.3 | 0.45 |
| Hex | 97 | 51 | 7E | 0 | 2E | 11 | 29 | 141 | 1E | 2D |
| Octal | 227 | 121 | 176 | 0 | 56 | 21 | 51 | 501 | 36 | 55 |
| Binary | 10010111 | 1010001 | 1111110 | 0 | 101110 | 10001 | 101001 | 101000001 | 11110 | 101101 |
Color Harmonies of #97517E
Complementary color
Monochromatic Colors of #97517E
Black with #97517E
Text Example
Text Example
White with #97517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97517E; }
p { color: rgb(151,81,126); }
H1.HeaderClassName
{
color: #97517E;
}
.AnyTagClassName
{
color: #97517E;
}
</style>
background-color css
<style>
a { background-color: #97517E; }
a { background-color: rgb(151,81,126); }
div.DivClassName
{
background-color: #97517E;
}
.BgClassName
{
background-color: #97517E;
}
</style>
border-color css
<style>
span { border-color: #97517E; }
span { border-color: rgb(151,81,126); }
td.TdClassName
{
border-color: #97517E;
}
.TagClassName
{
border-color: #97517E;
}
</style>