Shades of Strikemaster #985080
Tints of Strikemaster #985080
RGB
CMYK
RGB Variations
Color information
#985080 (or 0x985080) is known color: Strikemaster. HEX triplet: 98, 50 and 80. RGB value is (152,80,128). Sum of RGB (Red+Green+Blue) = 152+80+128=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #985080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985080 is #67AF7F. Grayscale: #6A6A6A. Windows color (decimal): -6795136 or 8409240. OLE color: 8409240.
HSL color Cylindrical-coordinate representation of color #985080: hue angle of 320º 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 #985080 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 80 | 128 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.40 |
| HSL | 320º | 0.31% | 0.45% | - |
| HSV(B) | 320º | 0.47% | 0.6% | - |
| XYZ | 19.71 | 13.97 | 22.08 | - |
| YUV | 107 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 128 | 0 | 0.47 | 0.16 | 0.40 | 320 | 0.31 | 0.45 |
| Hex | 98 | 50 | 80 | 0 | 2F | 10 | 28 | 140 | 1F | 2D |
| Octal | 230 | 120 | 200 | 0 | 57 | 20 | 50 | 500 | 37 | 55 |
| Binary | 10011000 | 1010000 | 10000000 | 0 | 101111 | 10000 | 101000 | 101000000 | 11111 | 101101 |
Color Harmonies of #985080
Complementary color
Monochromatic Colors of #985080
Black with #985080
Text Example
Text Example
White with #985080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985080; }
p { color: rgb(152,80,128); }
H1.HeaderClassName
{
color: #985080;
}
.AnyTagClassName
{
color: #985080;
}
</style>
background-color css
<style>
a { background-color: #985080; }
a { background-color: rgb(152,80,128); }
div.DivClassName
{
background-color: #985080;
}
.BgClassName
{
background-color: #985080;
}
</style>
border-color css
<style>
span { border-color: #985080; }
span { border-color: rgb(152,80,128); }
td.TdClassName
{
border-color: #985080;
}
.TagClassName
{
border-color: #985080;
}
</style>