Shades of Strikemaster #985A7A
Tints of Strikemaster #985A7A
RGB
CMYK
RGB Variations
Color information
#985A7A (or 0x985A7A) is known color: Strikemaster. HEX triplet: 98, 5A and 7A. RGB value is (152,90,122). Sum of RGB (Red+Green+Blue) = 152+90+122=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #985A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A7A is #67A585. Grayscale: #707070. Windows color (decimal): -6792582 or 8018584. OLE color: 8018584.
HSL color Cylindrical-coordinate representation of color #985A7A: hue angle of 329.03º 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 #985A7A is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 122 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.40 |
| HSL | 329.03º | 0.26% | 0.47% | - |
| HSV(B) | 329.03º | 0.41% | 0.6% | - |
| XYZ | 20.12 | 15.39 | 20.32 | - |
| YUV | 112.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 122 | 0 | 0.41 | 0.20 | 0.40 | 329.03 | 0.26 | 0.47 |
| Hex | 98 | 5A | 7A | 0 | 29 | 14 | 28 | 149 | 1A | 2F |
| Octal | 230 | 132 | 172 | 0 | 51 | 24 | 50 | 511 | 32 | 57 |
| Binary | 10011000 | 1011010 | 1111010 | 0 | 101001 | 10100 | 101000 | 101001001 | 11010 | 101111 |
Color Harmonies of #985A7A
Complementary color
Monochromatic Colors of #985A7A
Black with #985A7A
Text Example
Text Example
White with #985A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A7A; }
p { color: rgb(152,90,122); }
H1.HeaderClassName
{
color: #985A7A;
}
.AnyTagClassName
{
color: #985A7A;
}
</style>
background-color css
<style>
a { background-color: #985A7A; }
a { background-color: rgb(152,90,122); }
div.DivClassName
{
background-color: #985A7A;
}
.BgClassName
{
background-color: #985A7A;
}
</style>
border-color css
<style>
span { border-color: #985A7A; }
span { border-color: rgb(152,90,122); }
td.TdClassName
{
border-color: #985A7A;
}
.TagClassName
{
border-color: #985A7A;
}
</style>