Shades of Strikemaster #985478
Tints of Strikemaster #985478
RGB
CMYK
RGB Variations
Color information
#985478 (or 0x985478) is known color: Strikemaster. HEX triplet: 98, 54 and 78. RGB value is (152,84,120). Sum of RGB (Red+Green+Blue) = 152+84+120=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #985478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985478 is #67AB87. Grayscale: #6C6C6C. Windows color (decimal): -6794120 or 7885976. OLE color: 7885976.
HSL color Cylindrical-coordinate representation of color #985478: hue angle of 328.24º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985478 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 84 | 120 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.40 |
| HSL | 328.24º | 0.29% | 0.46% | - |
| HSV(B) | 328.24º | 0.45% | 0.6% | - |
| XYZ | 19.51 | 14.37 | 19.52 | - |
| YUV | 108.44 | 134.53 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 84 | 120 | 0 | 0.45 | 0.21 | 0.40 | 328.24 | 0.29 | 0.46 |
| Hex | 98 | 54 | 78 | 0 | 2D | 15 | 28 | 148 | 1D | 2E |
| Octal | 230 | 124 | 170 | 0 | 55 | 25 | 50 | 510 | 35 | 56 |
| Binary | 10011000 | 1010100 | 1111000 | 0 | 101101 | 10101 | 101000 | 101001000 | 11101 | 101110 |
Color Harmonies of #985478
Complementary color
Monochromatic Colors of #985478
Black with #985478
Text Example
Text Example
White with #985478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985478; }
p { color: rgb(152,84,120); }
H1.HeaderClassName
{
color: #985478;
}
.AnyTagClassName
{
color: #985478;
}
</style>
background-color css
<style>
a { background-color: #985478; }
a { background-color: rgb(152,84,120); }
div.DivClassName
{
background-color: #985478;
}
.BgClassName
{
background-color: #985478;
}
</style>
border-color css
<style>
span { border-color: #985478; }
span { border-color: rgb(152,84,120); }
td.TdClassName
{
border-color: #985478;
}
.TagClassName
{
border-color: #985478;
}
</style>