Shades of Strikemaster #985A7E
Tints of Strikemaster #985A7E
RGB
CMYK
RGB Variations
Color information
#985A7E (or 0x985A7E) is known color: Strikemaster. HEX triplet: 98, 5A and 7E. RGB value is (152,90,126). Sum of RGB (Red+Green+Blue) = 152+90+126=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #985A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A7E is #67A581. Grayscale: #707070. Windows color (decimal): -6792578 or 8280728. OLE color: 8280728.
HSL color Cylindrical-coordinate representation of color #985A7E: hue angle of 325.16º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985A7E is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 126 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.40 |
| HSL | 325.16º | 0.26% | 0.47% | - |
| HSV(B) | 325.16º | 0.41% | 0.6% | - |
| XYZ | 20.37 | 15.49 | 21.66 | - |
| YUV | 112.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 126 | 0 | 0.41 | 0.17 | 0.40 | 325.16 | 0.26 | 0.47 |
| Hex | 98 | 5A | 7E | 0 | 29 | 11 | 28 | 145 | 1A | 2F |
| Octal | 230 | 132 | 176 | 0 | 51 | 21 | 50 | 505 | 32 | 57 |
| Binary | 10011000 | 1011010 | 1111110 | 0 | 101001 | 10001 | 101000 | 101000101 | 11010 | 101111 |
Color Harmonies of #985A7E
Complementary color
Monochromatic Colors of #985A7E
Black with #985A7E
Text Example
Text Example
White with #985A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A7E; }
p { color: rgb(152,90,126); }
H1.HeaderClassName
{
color: #985A7E;
}
.AnyTagClassName
{
color: #985A7E;
}
</style>
background-color css
<style>
a { background-color: #985A7E; }
a { background-color: rgb(152,90,126); }
div.DivClassName
{
background-color: #985A7E;
}
.BgClassName
{
background-color: #985A7E;
}
</style>
border-color css
<style>
span { border-color: #985A7E; }
span { border-color: rgb(152,90,126); }
td.TdClassName
{
border-color: #985A7E;
}
.TagClassName
{
border-color: #985A7E;
}
</style>