Shades of Strikemaster #985A83
Tints of Strikemaster #985A83
RGB
CMYK
RGB Variations
Color information
#985A83 (or 0x985A83) is known color: Strikemaster. HEX triplet: 98, 5A and 83. RGB value is (152,90,131). Sum of RGB (Red+Green+Blue) = 152+90+131=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #985A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985A83 is #67A57C. Grayscale: #717171. Windows color (decimal): -6792573 or 8608408. OLE color: 8608408.
HSL color Cylindrical-coordinate representation of color #985A83: hue angle of 320.32º 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 #985A83 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 131 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.40 |
| HSL | 320.32º | 0.26% | 0.47% | - |
| HSV(B) | 320.32º | 0.41% | 0.6% | - |
| XYZ | 20.7 | 15.63 | 23.4 | - |
| YUV | 113.21 | 138.04 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 131 | 0 | 0.41 | 0.14 | 0.40 | 320.32 | 0.26 | 0.47 |
| Hex | 98 | 5A | 83 | 0 | 29 | E | 28 | 140 | 1A | 2F |
| Octal | 230 | 132 | 203 | 0 | 51 | 16 | 50 | 500 | 32 | 57 |
| Binary | 10011000 | 1011010 | 10000011 | 0 | 101001 | 1110 | 101000 | 101000000 | 11010 | 101111 |
Color Harmonies of #985A83
Complementary color
Monochromatic Colors of #985A83
Black with #985A83
Text Example
Text Example
White with #985A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A83; }
p { color: rgb(152,90,131); }
H1.HeaderClassName
{
color: #985A83;
}
.AnyTagClassName
{
color: #985A83;
}
</style>
background-color css
<style>
a { background-color: #985A83; }
a { background-color: rgb(152,90,131); }
div.DivClassName
{
background-color: #985A83;
}
.BgClassName
{
background-color: #985A83;
}
</style>
border-color css
<style>
span { border-color: #985A83; }
span { border-color: rgb(152,90,131); }
td.TdClassName
{
border-color: #985A83;
}
.TagClassName
{
border-color: #985A83;
}
</style>