Shades of Strikemaster #98507D
Tints of Strikemaster #98507D
RGB
CMYK
RGB Variations
Color information
#98507D (or 0x98507D) is known color: Strikemaster. HEX triplet: 98, 50 and 7D. RGB value is (152,80,125). Sum of RGB (Red+Green+Blue) = 152+80+125=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #98507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98507D is #67AF82. Grayscale: #6A6A6A. Windows color (decimal): -6795139 or 8212632. OLE color: 8212632.
HSL color Cylindrical-coordinate representation of color #98507D: hue angle of 322.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 #98507D is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 80 | 125 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.40 |
| HSL | 322.5º | 0.31% | 0.45% | - |
| HSV(B) | 322.5º | 0.47% | 0.6% | - |
| XYZ | 19.52 | 13.89 | 21.05 | - |
| YUV | 106.66 | 138.35 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 125 | 0 | 0.47 | 0.18 | 0.40 | 322.5 | 0.31 | 0.45 |
| Hex | 98 | 50 | 7D | 0 | 2F | 12 | 28 | 142 | 1F | 2D |
| Octal | 230 | 120 | 175 | 0 | 57 | 22 | 50 | 502 | 37 | 55 |
| Binary | 10011000 | 1010000 | 1111101 | 0 | 101111 | 10010 | 101000 | 101000010 | 11111 | 101101 |
Color Harmonies of #98507D
Complementary color
Monochromatic Colors of #98507D
Black with #98507D
Text Example
Text Example
White with #98507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98507D; }
p { color: rgb(152,80,125); }
H1.HeaderClassName
{
color: #98507D;
}
.AnyTagClassName
{
color: #98507D;
}
</style>
background-color css
<style>
a { background-color: #98507D; }
a { background-color: rgb(152,80,125); }
div.DivClassName
{
background-color: #98507D;
}
.BgClassName
{
background-color: #98507D;
}
</style>
border-color css
<style>
span { border-color: #98507D; }
span { border-color: rgb(152,80,125); }
td.TdClassName
{
border-color: #98507D;
}
.TagClassName
{
border-color: #98507D;
}
</style>