Shades of Strikemaster #985885
Tints of Strikemaster #985885
RGB
CMYK
RGB Variations
Color information
#985885 (or 0x985885) is known color: Strikemaster. HEX triplet: 98, 58 and 85. RGB value is (152,88,133). Sum of RGB (Red+Green+Blue) = 152+88+133=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #985885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985885 is #67A77A. Grayscale: #707070. Windows color (decimal): -6793083 or 8738968. OLE color: 8738968.
HSL color Cylindrical-coordinate representation of color #985885: hue angle of 317.81º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #985885 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 88 | 133 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.40 |
| HSL | 317.81º | 0.27% | 0.47% | - |
| HSV(B) | 317.81º | 0.42% | 0.6% | - |
| XYZ | 20.67 | 15.35 | 24.06 | - |
| YUV | 112.27 | 139.7 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 133 | 0 | 0.42 | 0.13 | 0.40 | 317.81 | 0.27 | 0.47 |
| Hex | 98 | 58 | 85 | 0 | 2A | D | 28 | 13E | 1B | 2F |
| Octal | 230 | 130 | 205 | 0 | 52 | 15 | 50 | 476 | 33 | 57 |
| Binary | 10011000 | 1011000 | 10000101 | 0 | 101010 | 1101 | 101000 | 100111110 | 11011 | 101111 |
Color Harmonies of #985885
Complementary color
Monochromatic Colors of #985885
Black with #985885
Text Example
Text Example
White with #985885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985885; }
p { color: rgb(152,88,133); }
H1.HeaderClassName
{
color: #985885;
}
.AnyTagClassName
{
color: #985885;
}
</style>
background-color css
<style>
a { background-color: #985885; }
a { background-color: rgb(152,88,133); }
div.DivClassName
{
background-color: #985885;
}
.BgClassName
{
background-color: #985885;
}
</style>
border-color css
<style>
span { border-color: #985885; }
span { border-color: rgb(152,88,133); }
td.TdClassName
{
border-color: #985885;
}
.TagClassName
{
border-color: #985885;
}
</style>