Shades of Strikemaster #985A80
Tints of Strikemaster #985A80
RGB
CMYK
RGB Variations
Color information
#985A80 (or 0x985A80) is known color: Strikemaster. HEX triplet: 98, 5A and 80. RGB value is (152,90,128). Sum of RGB (Red+Green+Blue) = 152+90+128=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #985A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985A80 is #67A57F. Grayscale: #707070. Windows color (decimal): -6792576 or 8411800. OLE color: 8411800.
HSL color Cylindrical-coordinate representation of color #985A80: hue angle of 323.23º 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 #985A80 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 128 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.40 |
| HSL | 323.23º | 0.26% | 0.47% | - |
| HSV(B) | 323.23º | 0.41% | 0.6% | - |
| XYZ | 20.5 | 15.55 | 22.34 | - |
| YUV | 112.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 128 | 0 | 0.41 | 0.16 | 0.40 | 323.23 | 0.26 | 0.47 |
| Hex | 98 | 5A | 80 | 0 | 29 | 10 | 28 | 143 | 1A | 2F |
| Octal | 230 | 132 | 200 | 0 | 51 | 20 | 50 | 503 | 32 | 57 |
| Binary | 10011000 | 1011010 | 10000000 | 0 | 101001 | 10000 | 101000 | 101000011 | 11010 | 101111 |
Color Harmonies of #985A80
Complementary color
Monochromatic Colors of #985A80
Black with #985A80
Text Example
Text Example
White with #985A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A80; }
p { color: rgb(152,90,128); }
H1.HeaderClassName
{
color: #985A80;
}
.AnyTagClassName
{
color: #985A80;
}
</style>
background-color css
<style>
a { background-color: #985A80; }
a { background-color: rgb(152,90,128); }
div.DivClassName
{
background-color: #985A80;
}
.BgClassName
{
background-color: #985A80;
}
</style>
border-color css
<style>
span { border-color: #985A80; }
span { border-color: rgb(152,90,128); }
td.TdClassName
{
border-color: #985A80;
}
.TagClassName
{
border-color: #985A80;
}
</style>