Shades of Strikemaster #975A80
Tints of Strikemaster #975A80
RGB
CMYK
RGB Variations
Color information
#975A80 (or 0x975A80) is known color: Strikemaster. HEX triplet: 97, 5A and 80. RGB value is (151,90,128). Sum of RGB (Red+Green+Blue) = 151+90+128=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #975A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975A80 is #68A57F. Grayscale: #707070. Windows color (decimal): -6858112 or 8411799. OLE color: 8411799.
HSL color Cylindrical-coordinate representation of color #975A80: hue angle of 322.62º 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 #975A80 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 90 | 128 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.41 |
| HSL | 322.62º | 0.25% | 0.47% | - |
| HSV(B) | 322.62º | 0.4% | 0.59% | - |
| XYZ | 20.31 | 15.45 | 22.33 | - |
| YUV | 112.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 90 | 128 | 0 | 0.40 | 0.15 | 0.41 | 322.62 | 0.25 | 0.47 |
| Hex | 97 | 5A | 80 | 0 | 28 | F | 29 | 143 | 19 | 2F |
| Octal | 227 | 132 | 200 | 0 | 50 | 17 | 51 | 503 | 31 | 57 |
| Binary | 10010111 | 1011010 | 10000000 | 0 | 101000 | 1111 | 101001 | 101000011 | 11001 | 101111 |
Color Harmonies of #975A80
Complementary color
Monochromatic Colors of #975A80
Black with #975A80
Text Example
Text Example
White with #975A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975A80; }
p { color: rgb(151,90,128); }
H1.HeaderClassName
{
color: #975A80;
}
.AnyTagClassName
{
color: #975A80;
}
</style>
background-color css
<style>
a { background-color: #975A80; }
a { background-color: rgb(151,90,128); }
div.DivClassName
{
background-color: #975A80;
}
.BgClassName
{
background-color: #975A80;
}
</style>
border-color css
<style>
span { border-color: #975A80; }
span { border-color: rgb(151,90,128); }
td.TdClassName
{
border-color: #975A80;
}
.TagClassName
{
border-color: #975A80;
}
</style>