Shades of Strikemaster #985983
Tints of Strikemaster #985983
RGB
CMYK
RGB Variations
Color information
#985983 (or 0x985983) is known color: Strikemaster. HEX triplet: 98, 59 and 83. RGB value is (152,89,131). Sum of RGB (Red+Green+Blue) = 152+89+131=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #985983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985983 is #67A67C. Grayscale: #707070. Windows color (decimal): -6792829 or 8608152. OLE color: 8608152.
HSL color Cylindrical-coordinate representation of color #985983: hue angle of 320º 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 #985983 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 89 | 131 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.40 |
| HSL | 320º | 0.26% | 0.47% | - |
| HSV(B) | 320º | 0.41% | 0.6% | - |
| XYZ | 20.62 | 15.46 | 23.37 | - |
| YUV | 112.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 131 | 0 | 0.41 | 0.14 | 0.40 | 320 | 0.26 | 0.47 |
| Hex | 98 | 59 | 83 | 0 | 29 | E | 28 | 140 | 1A | 2F |
| Octal | 230 | 131 | 203 | 0 | 51 | 16 | 50 | 500 | 32 | 57 |
| Binary | 10011000 | 1011001 | 10000011 | 0 | 101001 | 1110 | 101000 | 101000000 | 11010 | 101111 |
Color Harmonies of #985983
Complementary color
Monochromatic Colors of #985983
Black with #985983
Text Example
Text Example
White with #985983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985983; }
p { color: rgb(152,89,131); }
H1.HeaderClassName
{
color: #985983;
}
.AnyTagClassName
{
color: #985983;
}
</style>
background-color css
<style>
a { background-color: #985983; }
a { background-color: rgb(152,89,131); }
div.DivClassName
{
background-color: #985983;
}
.BgClassName
{
background-color: #985983;
}
</style>
border-color css
<style>
span { border-color: #985983; }
span { border-color: rgb(152,89,131); }
td.TdClassName
{
border-color: #985983;
}
.TagClassName
{
border-color: #985983;
}
</style>