Shades of Strikemaster #975F89
Tints of Strikemaster #975F89
RGB
CMYK
RGB Variations
Color information
#975F89 (or 0x975F89) is known color: Strikemaster. HEX triplet: 97, 5F and 89. RGB value is (151,95,137). Sum of RGB (Red+Green+Blue) = 151+95+137=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 151 - color contains mainly: red. Hex color #975F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975F89 is #68A076. Grayscale: #747474. Windows color (decimal): -6856823 or 9002903. OLE color: 9002903.
HSL color Cylindrical-coordinate representation of color #975F89: hue angle of 315º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #975F89 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 95 | 137 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.41 |
| HSL | 315º | 0.23% | 0.48% | - |
| HSV(B) | 315º | 0.37% | 0.59% | - |
| XYZ | 21.37 | 16.57 | 25.74 | - |
| YUV | 116.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 95 | 137 | 0 | 0.37 | 0.09 | 0.41 | 315 | 0.23 | 0.48 |
| Hex | 97 | 5F | 89 | 0 | 25 | 9 | 29 | 13B | 17 | 30 |
| Octal | 227 | 137 | 211 | 0 | 45 | 11 | 51 | 473 | 27 | 60 |
| Binary | 10010111 | 1011111 | 10001001 | 0 | 100101 | 1001 | 101001 | 100111011 | 10111 | 110000 |
Color Harmonies of #975F89
Complementary color
Monochromatic Colors of #975F89
Black with #975F89
Text Example
Text Example
White with #975F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975F89; }
p { color: rgb(151,95,137); }
H1.HeaderClassName
{
color: #975F89;
}
.AnyTagClassName
{
color: #975F89;
}
</style>
background-color css
<style>
a { background-color: #975F89; }
a { background-color: rgb(151,95,137); }
div.DivClassName
{
background-color: #975F89;
}
.BgClassName
{
background-color: #975F89;
}
</style>
border-color css
<style>
span { border-color: #975F89; }
span { border-color: rgb(151,95,137); }
td.TdClassName
{
border-color: #975F89;
}
.TagClassName
{
border-color: #975F89;
}
</style>