Shades of Strikemaster #975C83
Tints of Strikemaster #975C83
RGB
CMYK
RGB Variations
Color information
#975C83 (or 0x975C83) is known color: Strikemaster. HEX triplet: 97, 5C and 83. RGB value is (151,92,131). Sum of RGB (Red+Green+Blue) = 151+92+131=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 151 - color contains mainly: red. Hex color #975C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975C83 is #68A37C. Grayscale: #717171. Windows color (decimal): -6857597 or 8608919. OLE color: 8608919.
HSL color Cylindrical-coordinate representation of color #975C83: hue angle of 320.34º 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 #975C83 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 92 | 131 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.41 |
| HSL | 320.34º | 0.24% | 0.48% | - |
| HSV(B) | 320.34º | 0.39% | 0.59% | - |
| XYZ | 20.69 | 15.87 | 23.45 | - |
| YUV | 114.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 92 | 131 | 0 | 0.39 | 0.13 | 0.41 | 320.34 | 0.24 | 0.48 |
| Hex | 97 | 5C | 83 | 0 | 27 | D | 29 | 140 | 18 | 30 |
| Octal | 227 | 134 | 203 | 0 | 47 | 15 | 51 | 500 | 30 | 60 |
| Binary | 10010111 | 1011100 | 10000011 | 0 | 100111 | 1101 | 101001 | 101000000 | 11000 | 110000 |
Color Harmonies of #975C83
Complementary color
Monochromatic Colors of #975C83
Black with #975C83
Text Example
Text Example
White with #975C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975C83; }
p { color: rgb(151,92,131); }
H1.HeaderClassName
{
color: #975C83;
}
.AnyTagClassName
{
color: #975C83;
}
</style>
background-color css
<style>
a { background-color: #975C83; }
a { background-color: rgb(151,92,131); }
div.DivClassName
{
background-color: #975C83;
}
.BgClassName
{
background-color: #975C83;
}
</style>
border-color css
<style>
span { border-color: #975C83; }
span { border-color: rgb(151,92,131); }
td.TdClassName
{
border-color: #975C83;
}
.TagClassName
{
border-color: #975C83;
}
</style>