Shades of Strikemaster #975C7E
Tints of Strikemaster #975C7E
RGB
CMYK
RGB Variations
Color information
#975C7E (or 0x975C7E) is known color: Strikemaster. HEX triplet: 97, 5C and 7E. RGB value is (151,92,126). Sum of RGB (Red+Green+Blue) = 151+92+126=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #975C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975C7E is #68A381. Grayscale: #717171. Windows color (decimal): -6857602 or 8281239. OLE color: 8281239.
HSL color Cylindrical-coordinate representation of color #975C7E: hue angle of 325.42º 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 #975C7E is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 92 | 126 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.41 |
| HSL | 325.42º | 0.24% | 0.48% | - |
| HSV(B) | 325.42º | 0.39% | 0.59% | - |
| XYZ | 20.36 | 15.74 | 21.7 | - |
| YUV | 113.52 | 135.05 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 92 | 126 | 0 | 0.39 | 0.17 | 0.41 | 325.42 | 0.24 | 0.48 |
| Hex | 97 | 5C | 7E | 0 | 27 | 11 | 29 | 145 | 18 | 30 |
| Octal | 227 | 134 | 176 | 0 | 47 | 21 | 51 | 505 | 30 | 60 |
| Binary | 10010111 | 1011100 | 1111110 | 0 | 100111 | 10001 | 101001 | 101000101 | 11000 | 110000 |
Color Harmonies of #975C7E
Complementary color
Monochromatic Colors of #975C7E
Black with #975C7E
Text Example
Text Example
White with #975C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975C7E; }
p { color: rgb(151,92,126); }
H1.HeaderClassName
{
color: #975C7E;
}
.AnyTagClassName
{
color: #975C7E;
}
</style>
background-color css
<style>
a { background-color: #975C7E; }
a { background-color: rgb(151,92,126); }
div.DivClassName
{
background-color: #975C7E;
}
.BgClassName
{
background-color: #975C7E;
}
</style>
border-color css
<style>
span { border-color: #975C7E; }
span { border-color: rgb(151,92,126); }
td.TdClassName
{
border-color: #975C7E;
}
.TagClassName
{
border-color: #975C7E;
}
</style>