Shades of Strikemaster #985A7C
Tints of Strikemaster #985A7C
RGB
CMYK
RGB Variations
Color information
#985A7C (or 0x985A7C) is known color: Strikemaster. HEX triplet: 98, 5A and 7C. RGB value is (152,90,124). Sum of RGB (Red+Green+Blue) = 152+90+124=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #985A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A7C is #67A583. Grayscale: #707070. Windows color (decimal): -6792580 or 8149656. OLE color: 8149656.
HSL color Cylindrical-coordinate representation of color #985A7C: hue angle of 327.1º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985A7C is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 124 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.40 |
| HSL | 327.1º | 0.26% | 0.47% | - |
| HSV(B) | 327.1º | 0.41% | 0.6% | - |
| XYZ | 20.24 | 15.44 | 20.98 | - |
| YUV | 112.41 | 134.54 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 124 | 0 | 0.41 | 0.18 | 0.40 | 327.1 | 0.26 | 0.47 |
| Hex | 98 | 5A | 7C | 0 | 29 | 12 | 28 | 147 | 1A | 2F |
| Octal | 230 | 132 | 174 | 0 | 51 | 22 | 50 | 507 | 32 | 57 |
| Binary | 10011000 | 1011010 | 1111100 | 0 | 101001 | 10010 | 101000 | 101000111 | 11010 | 101111 |
Color Harmonies of #985A7C
Complementary color
Monochromatic Colors of #985A7C
Black with #985A7C
Text Example
Text Example
White with #985A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A7C; }
p { color: rgb(152,90,124); }
H1.HeaderClassName
{
color: #985A7C;
}
.AnyTagClassName
{
color: #985A7C;
}
</style>
background-color css
<style>
a { background-color: #985A7C; }
a { background-color: rgb(152,90,124); }
div.DivClassName
{
background-color: #985A7C;
}
.BgClassName
{
background-color: #985A7C;
}
</style>
border-color css
<style>
span { border-color: #985A7C; }
span { border-color: rgb(152,90,124); }
td.TdClassName
{
border-color: #985A7C;
}
.TagClassName
{
border-color: #985A7C;
}
</style>