Shades of Strikemaster #975A78
Tints of Strikemaster #975A78
RGB
CMYK
RGB Variations
Color information
#975A78 (or 0x975A78) is known color: Strikemaster. HEX triplet: 97, 5A and 78. RGB value is (151,90,120). Sum of RGB (Red+Green+Blue) = 151+90+120=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #975A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975A78 is #68A587. Grayscale: #6F6F6F. Windows color (decimal): -6858120 or 7887511. OLE color: 7887511.
HSL color Cylindrical-coordinate representation of color #975A78: hue angle of 330.49º 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 #975A78 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 90 | 120 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.41 |
| HSL | 330.49º | 0.25% | 0.47% | - |
| HSV(B) | 330.49º | 0.4% | 0.59% | - |
| XYZ | 19.81 | 15.25 | 19.67 | - |
| YUV | 111.66 | 132.71 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 90 | 120 | 0 | 0.40 | 0.21 | 0.41 | 330.49 | 0.25 | 0.47 |
| Hex | 97 | 5A | 78 | 0 | 28 | 15 | 29 | 14A | 19 | 2F |
| Octal | 227 | 132 | 170 | 0 | 50 | 25 | 51 | 512 | 31 | 57 |
| Binary | 10010111 | 1011010 | 1111000 | 0 | 101000 | 10101 | 101001 | 101001010 | 11001 | 101111 |
Color Harmonies of #975A78
Complementary color
Monochromatic Colors of #975A78
Black with #975A78
Text Example
Text Example
White with #975A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975A78; }
p { color: rgb(151,90,120); }
H1.HeaderClassName
{
color: #975A78;
}
.AnyTagClassName
{
color: #975A78;
}
</style>
background-color css
<style>
a { background-color: #975A78; }
a { background-color: rgb(151,90,120); }
div.DivClassName
{
background-color: #975A78;
}
.BgClassName
{
background-color: #975A78;
}
</style>
border-color css
<style>
span { border-color: #975A78; }
span { border-color: rgb(151,90,120); }
td.TdClassName
{
border-color: #975A78;
}
.TagClassName
{
border-color: #975A78;
}
</style>