Shades of Strikemaster #975B81
Tints of Strikemaster #975B81
RGB
CMYK
RGB Variations
Color information
#975B81 (or 0x975B81) is known color: Strikemaster. HEX triplet: 97, 5B and 81. RGB value is (151,91,129). Sum of RGB (Red+Green+Blue) = 151+91+129=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #975B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975B81 is #68A47E. Grayscale: #717171. Windows color (decimal): -6857855 or 8477591. OLE color: 8477591.
HSL color Cylindrical-coordinate representation of color #975B81: hue angle of 322º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #975B81 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 91 | 129 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.41 |
| HSL | 322º | 0.25% | 0.47% | - |
| HSV(B) | 322º | 0.4% | 0.59% | - |
| XYZ | 20.47 | 15.65 | 22.71 | - |
| YUV | 113.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 91 | 129 | 0 | 0.40 | 0.15 | 0.41 | 322 | 0.25 | 0.47 |
| Hex | 97 | 5B | 81 | 0 | 28 | F | 29 | 142 | 19 | 2F |
| Octal | 227 | 133 | 201 | 0 | 50 | 17 | 51 | 502 | 31 | 57 |
| Binary | 10010111 | 1011011 | 10000001 | 0 | 101000 | 1111 | 101001 | 101000010 | 11001 | 101111 |
Color Harmonies of #975B81
Complementary color
Monochromatic Colors of #975B81
Black with #975B81
Text Example
Text Example
White with #975B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975B81; }
p { color: rgb(151,91,129); }
H1.HeaderClassName
{
color: #975B81;
}
.AnyTagClassName
{
color: #975B81;
}
</style>
background-color css
<style>
a { background-color: #975B81; }
a { background-color: rgb(151,91,129); }
div.DivClassName
{
background-color: #975B81;
}
.BgClassName
{
background-color: #975B81;
}
</style>
border-color css
<style>
span { border-color: #975B81; }
span { border-color: rgb(151,91,129); }
td.TdClassName
{
border-color: #975B81;
}
.TagClassName
{
border-color: #975B81;
}
</style>