Shades of Strikemaster #975C84
Tints of Strikemaster #975C84
RGB
CMYK
RGB Variations
Color information
#975C84 (or 0x975C84) is known color: Strikemaster. HEX triplet: 97, 5C and 84. RGB value is (151,92,132). Sum of RGB (Red+Green+Blue) = 151+92+132=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 151 - color contains mainly: red. Hex color #975C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975C84 is #68A37B. Grayscale: #727272. Windows color (decimal): -6857596 or 8674455. OLE color: 8674455.
HSL color Cylindrical-coordinate representation of color #975C84: hue angle of 319.32º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #975C84 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 92 | 132 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.41 |
| HSL | 319.32º | 0.24% | 0.48% | - |
| HSV(B) | 319.32º | 0.39% | 0.59% | - |
| XYZ | 20.75 | 15.9 | 23.8 | - |
| YUV | 114.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 92 | 132 | 0 | 0.39 | 0.13 | 0.41 | 319.32 | 0.24 | 0.48 |
| Hex | 97 | 5C | 84 | 0 | 27 | D | 29 | 13F | 18 | 30 |
| Octal | 227 | 134 | 204 | 0 | 47 | 15 | 51 | 477 | 30 | 60 |
| Binary | 10010111 | 1011100 | 10000100 | 0 | 100111 | 1101 | 101001 | 100111111 | 11000 | 110000 |
Color Harmonies of #975C84
Complementary color
Monochromatic Colors of #975C84
Black with #975C84
Text Example
Text Example
White with #975C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975C84; }
p { color: rgb(151,92,132); }
H1.HeaderClassName
{
color: #975C84;
}
.AnyTagClassName
{
color: #975C84;
}
</style>
background-color css
<style>
a { background-color: #975C84; }
a { background-color: rgb(151,92,132); }
div.DivClassName
{
background-color: #975C84;
}
.BgClassName
{
background-color: #975C84;
}
</style>
border-color css
<style>
span { border-color: #975C84; }
span { border-color: rgb(151,92,132); }
td.TdClassName
{
border-color: #975C84;
}
.TagClassName
{
border-color: #975C84;
}
</style>