Shades of Strikemaster #975581
Tints of Strikemaster #975581
RGB
CMYK
RGB Variations
Color information
#975581 (or 0x975581) is known color: Strikemaster. HEX triplet: 97, 55 and 81. RGB value is (151,85,129). Sum of RGB (Red+Green+Blue) = 151+85+129=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #975581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975581 is #68AA7E. Grayscale: #6D6D6D. Windows color (decimal): -6859391 or 8476055. OLE color: 8476055.
HSL color Cylindrical-coordinate representation of color #975581: hue angle of 320º degrees, saturation: 0.28, 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 #975581 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 85 | 129 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.41 |
| HSL | 320º | 0.28% | 0.46% | - |
| HSV(B) | 320º | 0.44% | 0.59% | - |
| XYZ | 19.97 | 14.66 | 22.55 | - |
| YUV | 109.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 85 | 129 | 0 | 0.44 | 0.15 | 0.41 | 320 | 0.28 | 0.46 |
| Hex | 97 | 55 | 81 | 0 | 2C | F | 29 | 140 | 1C | 2E |
| Octal | 227 | 125 | 201 | 0 | 54 | 17 | 51 | 500 | 34 | 56 |
| Binary | 10010111 | 1010101 | 10000001 | 0 | 101100 | 1111 | 101001 | 101000000 | 11100 | 101110 |
Color Harmonies of #975581
Complementary color
Monochromatic Colors of #975581
Black with #975581
Text Example
Text Example
White with #975581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975581; }
p { color: rgb(151,85,129); }
H1.HeaderClassName
{
color: #975581;
}
.AnyTagClassName
{
color: #975581;
}
</style>
background-color css
<style>
a { background-color: #975581; }
a { background-color: rgb(151,85,129); }
div.DivClassName
{
background-color: #975581;
}
.BgClassName
{
background-color: #975581;
}
</style>
border-color css
<style>
span { border-color: #975581; }
span { border-color: rgb(151,85,129); }
td.TdClassName
{
border-color: #975581;
}
.TagClassName
{
border-color: #975581;
}
</style>