Shades of Strikemaster #985D81
Tints of Strikemaster #985D81
RGB
CMYK
RGB Variations
Color information
#985D81 (or 0x985D81) is known color: Strikemaster. HEX triplet: 98, 5D and 81. RGB value is (152,93,129). Sum of RGB (Red+Green+Blue) = 152+93+129=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #985D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985D81 is #67A27E. Grayscale: #727272. Windows color (decimal): -6791807 or 8478104. OLE color: 8478104.
HSL color Cylindrical-coordinate representation of color #985D81: hue angle of 323.39º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #985D81 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 93 | 129 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.40 |
| HSL | 323.39º | 0.24% | 0.48% | - |
| HSV(B) | 323.39º | 0.39% | 0.6% | - |
| XYZ | 20.83 | 16.09 | 22.78 | - |
| YUV | 114.75 | 136.05 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 93 | 129 | 0 | 0.39 | 0.15 | 0.40 | 323.39 | 0.24 | 0.48 |
| Hex | 98 | 5D | 81 | 0 | 27 | F | 28 | 143 | 18 | 30 |
| Octal | 230 | 135 | 201 | 0 | 47 | 17 | 50 | 503 | 30 | 60 |
| Binary | 10011000 | 1011101 | 10000001 | 0 | 100111 | 1111 | 101000 | 101000011 | 11000 | 110000 |
Color Harmonies of #985D81
Complementary color
Monochromatic Colors of #985D81
Black with #985D81
Text Example
Text Example
White with #985D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985D81; }
p { color: rgb(152,93,129); }
H1.HeaderClassName
{
color: #985D81;
}
.AnyTagClassName
{
color: #985D81;
}
</style>
background-color css
<style>
a { background-color: #985D81; }
a { background-color: rgb(152,93,129); }
div.DivClassName
{
background-color: #985D81;
}
.BgClassName
{
background-color: #985D81;
}
</style>
border-color css
<style>
span { border-color: #985D81; }
span { border-color: rgb(152,93,129); }
td.TdClassName
{
border-color: #985D81;
}
.TagClassName
{
border-color: #985D81;
}
</style>