Shades of Strikemaster #98527D
Tints of Strikemaster #98527D
RGB
CMYK
RGB Variations
Color information
#98527D (or 0x98527D) is known color: Strikemaster. HEX triplet: 98, 52 and 7D. RGB value is (152,82,125). Sum of RGB (Red+Green+Blue) = 152+82+125=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98527D is #67AD82. Grayscale: #6B6B6B. Windows color (decimal): -6794627 or 8213144. OLE color: 8213144.
HSL color Cylindrical-coordinate representation of color #98527D: hue angle of 323.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98527D is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 125 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.40 |
| HSL | 323.14º | 0.3% | 0.46% | - |
| HSV(B) | 323.14º | 0.46% | 0.6% | - |
| XYZ | 19.67 | 14.19 | 21.1 | - |
| YUV | 107.83 | 137.69 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 125 | 0 | 0.46 | 0.18 | 0.40 | 323.14 | 0.3 | 0.46 |
| Hex | 98 | 52 | 7D | 0 | 2E | 12 | 28 | 143 | 1E | 2E |
| Octal | 230 | 122 | 175 | 0 | 56 | 22 | 50 | 503 | 36 | 56 |
| Binary | 10011000 | 1010010 | 1111101 | 0 | 101110 | 10010 | 101000 | 101000011 | 11110 | 101110 |
Color Harmonies of #98527D
Complementary color
Monochromatic Colors of #98527D
Black with #98527D
Text Example
Text Example
White with #98527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98527D; }
p { color: rgb(152,82,125); }
H1.HeaderClassName
{
color: #98527D;
}
.AnyTagClassName
{
color: #98527D;
}
</style>
background-color css
<style>
a { background-color: #98527D; }
a { background-color: rgb(152,82,125); }
div.DivClassName
{
background-color: #98527D;
}
.BgClassName
{
background-color: #98527D;
}
</style>
border-color css
<style>
span { border-color: #98527D; }
span { border-color: rgb(152,82,125); }
td.TdClassName
{
border-color: #98527D;
}
.TagClassName
{
border-color: #98527D;
}
</style>