Shades of Strikemaster #975479
Tints of Strikemaster #975479
RGB
CMYK
RGB Variations
Color information
#975479 (or 0x975479) is known color: Strikemaster. HEX triplet: 97, 54 and 79. RGB value is (151,84,121). Sum of RGB (Red+Green+Blue) = 151+84+121=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #975479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975479 is #68AB86. Grayscale: #6C6C6C. Windows color (decimal): -6859655 or 7951511. OLE color: 7951511.
HSL color Cylindrical-coordinate representation of color #975479: hue angle of 326.87º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #975479 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 84 | 121 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.41 |
| HSL | 326.87º | 0.29% | 0.46% | - |
| HSV(B) | 326.87º | 0.44% | 0.59% | - |
| XYZ | 19.38 | 14.3 | 19.83 | - |
| YUV | 108.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 84 | 121 | 0 | 0.44 | 0.20 | 0.41 | 326.87 | 0.29 | 0.46 |
| Hex | 97 | 54 | 79 | 0 | 2C | 14 | 29 | 147 | 1D | 2E |
| Octal | 227 | 124 | 171 | 0 | 54 | 24 | 51 | 507 | 35 | 56 |
| Binary | 10010111 | 1010100 | 1111001 | 0 | 101100 | 10100 | 101001 | 101000111 | 11101 | 101110 |
Color Harmonies of #975479
Complementary color
Monochromatic Colors of #975479
Black with #975479
Text Example
Text Example
White with #975479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975479; }
p { color: rgb(151,84,121); }
H1.HeaderClassName
{
color: #975479;
}
.AnyTagClassName
{
color: #975479;
}
</style>
background-color css
<style>
a { background-color: #975479; }
a { background-color: rgb(151,84,121); }
div.DivClassName
{
background-color: #975479;
}
.BgClassName
{
background-color: #975479;
}
</style>
border-color css
<style>
span { border-color: #975479; }
span { border-color: rgb(151,84,121); }
td.TdClassName
{
border-color: #975479;
}
.TagClassName
{
border-color: #975479;
}
</style>