Shades of Strikemaster #975C81
Tints of Strikemaster #975C81
RGB
CMYK
RGB Variations
Color information
#975C81 (or 0x975C81) is known color: Strikemaster. HEX triplet: 97, 5C and 81. RGB value is (151,92,129). Sum of RGB (Red+Green+Blue) = 151+92+129=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 151 - color contains mainly: red. Hex color #975C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975C81 is #68A37E. Grayscale: #717171. Windows color (decimal): -6857599 or 8477847. OLE color: 8477847.
HSL color Cylindrical-coordinate representation of color #975C81: hue angle of 322.37º 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 #975C81 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 92 | 129 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.41 |
| HSL | 322.37º | 0.24% | 0.48% | - |
| HSV(B) | 322.37º | 0.39% | 0.59% | - |
| XYZ | 20.55 | 15.82 | 22.74 | - |
| YUV | 113.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 92 | 129 | 0 | 0.39 | 0.15 | 0.41 | 322.37 | 0.24 | 0.48 |
| Hex | 97 | 5C | 81 | 0 | 27 | F | 29 | 142 | 18 | 30 |
| Octal | 227 | 134 | 201 | 0 | 47 | 17 | 51 | 502 | 30 | 60 |
| Binary | 10010111 | 1011100 | 10000001 | 0 | 100111 | 1111 | 101001 | 101000010 | 11000 | 110000 |
Color Harmonies of #975C81
Complementary color
Monochromatic Colors of #975C81
Black with #975C81
Text Example
Text Example
White with #975C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975C81; }
p { color: rgb(151,92,129); }
H1.HeaderClassName
{
color: #975C81;
}
.AnyTagClassName
{
color: #975C81;
}
</style>
background-color css
<style>
a { background-color: #975C81; }
a { background-color: rgb(151,92,129); }
div.DivClassName
{
background-color: #975C81;
}
.BgClassName
{
background-color: #975C81;
}
</style>
border-color css
<style>
span { border-color: #975C81; }
span { border-color: rgb(151,92,129); }
td.TdClassName
{
border-color: #975C81;
}
.TagClassName
{
border-color: #975C81;
}
</style>