Shades of Strikemaster #975E83
Tints of Strikemaster #975E83
RGB
CMYK
RGB Variations
Color information
#975E83 (or 0x975E83) is known color: Strikemaster. HEX triplet: 97, 5E and 83. RGB value is (151,94,131). Sum of RGB (Red+Green+Blue) = 151+94+131=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 151 - color contains mainly: red. Hex color #975E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975E83 is #68A17C. Grayscale: #737373. Windows color (decimal): -6857085 or 8609431. OLE color: 8609431.
HSL color Cylindrical-coordinate representation of color #975E83: hue angle of 321.05º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #975E83 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 94 | 131 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.41 |
| HSL | 321.05º | 0.23% | 0.48% | - |
| HSV(B) | 321.05º | 0.38% | 0.59% | - |
| XYZ | 20.86 | 16.22 | 23.5 | - |
| YUV | 115.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 94 | 131 | 0 | 0.38 | 0.13 | 0.41 | 321.05 | 0.23 | 0.48 |
| Hex | 97 | 5E | 83 | 0 | 26 | D | 29 | 141 | 17 | 30 |
| Octal | 227 | 136 | 203 | 0 | 46 | 15 | 51 | 501 | 27 | 60 |
| Binary | 10010111 | 1011110 | 10000011 | 0 | 100110 | 1101 | 101001 | 101000001 | 10111 | 110000 |
Color Harmonies of #975E83
Complementary color
Monochromatic Colors of #975E83
Black with #975E83
Text Example
Text Example
White with #975E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975E83; }
p { color: rgb(151,94,131); }
H1.HeaderClassName
{
color: #975E83;
}
.AnyTagClassName
{
color: #975E83;
}
</style>
background-color css
<style>
a { background-color: #975E83; }
a { background-color: rgb(151,94,131); }
div.DivClassName
{
background-color: #975E83;
}
.BgClassName
{
background-color: #975E83;
}
</style>
border-color css
<style>
span { border-color: #975E83; }
span { border-color: rgb(151,94,131); }
td.TdClassName
{
border-color: #975E83;
}
.TagClassName
{
border-color: #975E83;
}
</style>