Shades of Strikemaster #98487A
Tints of Strikemaster #98487A
RGB
CMYK
RGB Variations
Color information
#98487A (or 0x98487A) is known color: Strikemaster. HEX triplet: 98, 48 and 7A. RGB value is (152,72,122). Sum of RGB (Red+Green+Blue) = 152+72+122=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #98487A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98487A is #67B785. Grayscale: #656565. Windows color (decimal): -6797190 or 8013976. OLE color: 8013976.
HSL color Cylindrical-coordinate representation of color #98487A: hue angle of 322.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98487A is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 72 | 122 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.40 |
| HSL | 322.5º | 0.36% | 0.44% | - |
| HSV(B) | 322.5º | 0.53% | 0.6% | - |
| XYZ | 18.78 | 12.72 | 19.88 | - |
| YUV | 101.62 | 139.5 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 122 | 0 | 0.53 | 0.20 | 0.40 | 322.5 | 0.36 | 0.44 |
| Hex | 98 | 48 | 7A | 0 | 35 | 14 | 28 | 142 | 24 | 2C |
| Octal | 230 | 110 | 172 | 0 | 65 | 24 | 50 | 502 | 44 | 54 |
| Binary | 10011000 | 1001000 | 1111010 | 0 | 110101 | 10100 | 101000 | 101000010 | 100100 | 101100 |
Color Harmonies of #98487A
Complementary color
Monochromatic Colors of #98487A
Black with #98487A
Text Example
Text Example
White with #98487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98487A; }
p { color: rgb(152,72,122); }
H1.HeaderClassName
{
color: #98487A;
}
.AnyTagClassName
{
color: #98487A;
}
</style>
background-color css
<style>
a { background-color: #98487A; }
a { background-color: rgb(152,72,122); }
div.DivClassName
{
background-color: #98487A;
}
.BgClassName
{
background-color: #98487A;
}
</style>
border-color css
<style>
span { border-color: #98487A; }
span { border-color: rgb(152,72,122); }
td.TdClassName
{
border-color: #98487A;
}
.TagClassName
{
border-color: #98487A;
}
</style>