Shades of Strikemaster #975980
Tints of Strikemaster #975980
RGB
CMYK
RGB Variations
Color information
#975980 (or 0x975980) is known color: Strikemaster. HEX triplet: 97, 59 and 80. RGB value is (151,89,128). Sum of RGB (Red+Green+Blue) = 151+89+128=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #975980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975980 is #68A67F. Grayscale: #6F6F6F. Windows color (decimal): -6858368 or 8411543. OLE color: 8411543.
HSL color Cylindrical-coordinate representation of color #975980: hue angle of 322.26º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #975980 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 89 | 128 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.41 |
| HSL | 322.26º | 0.26% | 0.47% | - |
| HSV(B) | 322.26º | 0.41% | 0.59% | - |
| XYZ | 20.23 | 15.28 | 22.31 | - |
| YUV | 111.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 89 | 128 | 0 | 0.41 | 0.15 | 0.41 | 322.26 | 0.26 | 0.47 |
| Hex | 97 | 59 | 80 | 0 | 29 | F | 29 | 142 | 1A | 2F |
| Octal | 227 | 131 | 200 | 0 | 51 | 17 | 51 | 502 | 32 | 57 |
| Binary | 10010111 | 1011001 | 10000000 | 0 | 101001 | 1111 | 101001 | 101000010 | 11010 | 101111 |
Color Harmonies of #975980
Complementary color
Monochromatic Colors of #975980
Black with #975980
Text Example
Text Example
White with #975980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975980; }
p { color: rgb(151,89,128); }
H1.HeaderClassName
{
color: #975980;
}
.AnyTagClassName
{
color: #975980;
}
</style>
background-color css
<style>
a { background-color: #975980; }
a { background-color: rgb(151,89,128); }
div.DivClassName
{
background-color: #975980;
}
.BgClassName
{
background-color: #975980;
}
</style>
border-color css
<style>
span { border-color: #975980; }
span { border-color: rgb(151,89,128); }
td.TdClassName
{
border-color: #975980;
}
.TagClassName
{
border-color: #975980;
}
</style>