Shades of Strikemaster #985B7D
Tints of Strikemaster #985B7D
RGB
CMYK
RGB Variations
Color information
#985B7D (or 0x985B7D) is known color: Strikemaster. HEX triplet: 98, 5B and 7D. RGB value is (152,91,125). Sum of RGB (Red+Green+Blue) = 152+91+125=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #985B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B7D is #67A482. Grayscale: #717171. Windows color (decimal): -6792323 or 8215448. OLE color: 8215448.
HSL color Cylindrical-coordinate representation of color #985B7D: hue angle of 326.56º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #985B7D is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 91 | 125 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.40 |
| HSL | 326.56º | 0.25% | 0.48% | - |
| HSV(B) | 326.56º | 0.4% | 0.6% | - |
| XYZ | 20.39 | 15.64 | 21.35 | - |
| YUV | 113.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 125 | 0 | 0.40 | 0.18 | 0.40 | 326.56 | 0.25 | 0.48 |
| Hex | 98 | 5B | 7D | 0 | 28 | 12 | 28 | 147 | 19 | 30 |
| Octal | 230 | 133 | 175 | 0 | 50 | 22 | 50 | 507 | 31 | 60 |
| Binary | 10011000 | 1011011 | 1111101 | 0 | 101000 | 10010 | 101000 | 101000111 | 11001 | 110000 |
Color Harmonies of #985B7D
Complementary color
Monochromatic Colors of #985B7D
Black with #985B7D
Text Example
Text Example
White with #985B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985B7D; }
p { color: rgb(152,91,125); }
H1.HeaderClassName
{
color: #985B7D;
}
.AnyTagClassName
{
color: #985B7D;
}
</style>
background-color css
<style>
a { background-color: #985B7D; }
a { background-color: rgb(152,91,125); }
div.DivClassName
{
background-color: #985B7D;
}
.BgClassName
{
background-color: #985B7D;
}
</style>
border-color css
<style>
span { border-color: #985B7D; }
span { border-color: rgb(152,91,125); }
td.TdClassName
{
border-color: #985B7D;
}
.TagClassName
{
border-color: #985B7D;
}
</style>