Shades of Strikemaster #986081
Tints of Strikemaster #986081
RGB
CMYK
RGB Variations
Color information
#986081 (or 0x986081) is known color: Strikemaster. HEX triplet: 98, 60 and 81. RGB value is (152,96,129). Sum of RGB (Red+Green+Blue) = 152+96+129=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #986081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986081 is #679F7E. Grayscale: #747474. Windows color (decimal): -6791039 or 8478872. OLE color: 8478872.
HSL color Cylindrical-coordinate representation of color #986081: hue angle of 324.64º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #986081 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 96 | 129 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.40 |
| HSL | 324.64º | 0.23% | 0.49% | - |
| HSV(B) | 324.64º | 0.37% | 0.6% | - |
| XYZ | 21.09 | 16.63 | 22.87 | - |
| YUV | 116.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 129 | 0 | 0.37 | 0.15 | 0.40 | 324.64 | 0.23 | 0.49 |
| Hex | 98 | 60 | 81 | 0 | 25 | F | 28 | 145 | 17 | 31 |
| Octal | 230 | 140 | 201 | 0 | 45 | 17 | 50 | 505 | 27 | 61 |
| Binary | 10011000 | 1100000 | 10000001 | 0 | 100101 | 1111 | 101000 | 101000101 | 10111 | 110001 |
Color Harmonies of #986081
Complementary color
Monochromatic Colors of #986081
Black with #986081
Text Example
Text Example
White with #986081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986081; }
p { color: rgb(152,96,129); }
H1.HeaderClassName
{
color: #986081;
}
.AnyTagClassName
{
color: #986081;
}
</style>
background-color css
<style>
a { background-color: #986081; }
a { background-color: rgb(152,96,129); }
div.DivClassName
{
background-color: #986081;
}
.BgClassName
{
background-color: #986081;
}
</style>
border-color css
<style>
span { border-color: #986081; }
span { border-color: rgb(152,96,129); }
td.TdClassName
{
border-color: #986081;
}
.TagClassName
{
border-color: #986081;
}
</style>