Shades of Strikemaster #97627C
Tints of Strikemaster #97627C
RGB
CMYK
RGB Variations
Color information
#97627C (or 0x97627C) is known color: Strikemaster. HEX triplet: 97, 62 and 7C. RGB value is (151,98,124). Sum of RGB (Red+Green+Blue) = 151+98+124=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 151 - color contains mainly: red. Hex color #97627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97627C is #689D83. Grayscale: #747474. Windows color (decimal): -6856068 or 8151703. OLE color: 8151703.
HSL color Cylindrical-coordinate representation of color #97627C: hue angle of 330.57º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97627C is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 98 | 124 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.41 |
| HSL | 330.57º | 0.21% | 0.49% | - |
| HSV(B) | 330.57º | 0.35% | 0.59% | - |
| XYZ | 20.77 | 16.77 | 21.21 | - |
| YUV | 116.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 98 | 124 | 0 | 0.35 | 0.18 | 0.41 | 330.57 | 0.21 | 0.49 |
| Hex | 97 | 62 | 7C | 0 | 23 | 12 | 29 | 14B | 15 | 31 |
| Octal | 227 | 142 | 174 | 0 | 43 | 22 | 51 | 513 | 25 | 61 |
| Binary | 10010111 | 1100010 | 1111100 | 0 | 100011 | 10010 | 101001 | 101001011 | 10101 | 110001 |
Color Harmonies of #97627C
Complementary color
Monochromatic Colors of #97627C
Black with #97627C
Text Example
Text Example
White with #97627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97627C; }
p { color: rgb(151,98,124); }
H1.HeaderClassName
{
color: #97627C;
}
.AnyTagClassName
{
color: #97627C;
}
</style>
background-color css
<style>
a { background-color: #97627C; }
a { background-color: rgb(151,98,124); }
div.DivClassName
{
background-color: #97627C;
}
.BgClassName
{
background-color: #97627C;
}
</style>
border-color css
<style>
span { border-color: #97627C; }
span { border-color: rgb(151,98,124); }
td.TdClassName
{
border-color: #97627C;
}
.TagClassName
{
border-color: #97627C;
}
</style>