Shades of Strikemaster #985077
Tints of Strikemaster #985077
RGB
CMYK
RGB Variations
Color information
#985077 (or 0x985077) is known color: Strikemaster. HEX triplet: 98, 50 and 77. RGB value is (152,80,119). Sum of RGB (Red+Green+Blue) = 152+80+119=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #985077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985077 is #67AF88. Grayscale: #696969. Windows color (decimal): -6795145 or 7819416. OLE color: 7819416.
HSL color Cylindrical-coordinate representation of color #985077: hue angle of 327.5º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985077 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 80 | 119 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.40 |
| HSL | 327.5º | 0.31% | 0.45% | - |
| HSV(B) | 327.5º | 0.47% | 0.6% | - |
| XYZ | 19.15 | 13.74 | 19.1 | - |
| YUV | 105.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 119 | 0 | 0.47 | 0.22 | 0.40 | 327.5 | 0.31 | 0.45 |
| Hex | 98 | 50 | 77 | 0 | 2F | 16 | 28 | 148 | 1F | 2D |
| Octal | 230 | 120 | 167 | 0 | 57 | 26 | 50 | 510 | 37 | 55 |
| Binary | 10011000 | 1010000 | 1110111 | 0 | 101111 | 10110 | 101000 | 101001000 | 11111 | 101101 |
Color Harmonies of #985077
Complementary color
Monochromatic Colors of #985077
Black with #985077
Text Example
Text Example
White with #985077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985077; }
p { color: rgb(152,80,119); }
H1.HeaderClassName
{
color: #985077;
}
.AnyTagClassName
{
color: #985077;
}
</style>
background-color css
<style>
a { background-color: #985077; }
a { background-color: rgb(152,80,119); }
div.DivClassName
{
background-color: #985077;
}
.BgClassName
{
background-color: #985077;
}
</style>
border-color css
<style>
span { border-color: #985077; }
span { border-color: rgb(152,80,119); }
td.TdClassName
{
border-color: #985077;
}
.TagClassName
{
border-color: #985077;
}
</style>