Shades of Strikemaster #985078
Tints of Strikemaster #985078
RGB
CMYK
RGB Variations
Color information
#985078 (or 0x985078) is known color: Strikemaster. HEX triplet: 98, 50 and 78. RGB value is (152,80,120). Sum of RGB (Red+Green+Blue) = 152+80+120=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #985078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985078 is #67AF87. Grayscale: #6A6A6A. Windows color (decimal): -6795144 or 7884952. OLE color: 7884952.
HSL color Cylindrical-coordinate representation of color #985078: hue angle of 326.67º 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 #985078 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 80 | 120 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.40 |
| HSL | 326.67º | 0.31% | 0.45% | - |
| HSV(B) | 326.67º | 0.47% | 0.6% | - |
| XYZ | 19.21 | 13.77 | 19.41 | - |
| YUV | 106.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 120 | 0 | 0.47 | 0.21 | 0.40 | 326.67 | 0.31 | 0.45 |
| Hex | 98 | 50 | 78 | 0 | 2F | 15 | 28 | 147 | 1F | 2D |
| Octal | 230 | 120 | 170 | 0 | 57 | 25 | 50 | 507 | 37 | 55 |
| Binary | 10011000 | 1010000 | 1111000 | 0 | 101111 | 10101 | 101000 | 101000111 | 11111 | 101101 |
Color Harmonies of #985078
Complementary color
Monochromatic Colors of #985078
Black with #985078
Text Example
Text Example
White with #985078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985078; }
p { color: rgb(152,80,120); }
H1.HeaderClassName
{
color: #985078;
}
.AnyTagClassName
{
color: #985078;
}
</style>
background-color css
<style>
a { background-color: #985078; }
a { background-color: rgb(152,80,120); }
div.DivClassName
{
background-color: #985078;
}
.BgClassName
{
background-color: #985078;
}
</style>
border-color css
<style>
span { border-color: #985078; }
span { border-color: rgb(152,80,120); }
td.TdClassName
{
border-color: #985078;
}
.TagClassName
{
border-color: #985078;
}
</style>