Shades of Strikemaster #986380
Tints of Strikemaster #986380
RGB
CMYK
RGB Variations
Color information
#986380 (or 0x986380) is known color: Strikemaster. HEX triplet: 98, 63 and 80. RGB value is (152,99,128). Sum of RGB (Red+Green+Blue) = 152+99+128=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #986380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986380 is #679C7F. Grayscale: #767676. Windows color (decimal): -6790272 or 8414104. OLE color: 8414104.
HSL color Cylindrical-coordinate representation of color #986380: hue angle of 327.17º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #986380 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 99 | 128 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.40 |
| HSL | 327.17º | 0.21% | 0.49% | - |
| HSV(B) | 327.17º | 0.35% | 0.6% | - |
| XYZ | 21.31 | 17.16 | 22.61 | - |
| YUV | 118.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 128 | 0 | 0.35 | 0.16 | 0.40 | 327.17 | 0.21 | 0.49 |
| Hex | 98 | 63 | 80 | 0 | 23 | 10 | 28 | 147 | 15 | 31 |
| Octal | 230 | 143 | 200 | 0 | 43 | 20 | 50 | 507 | 25 | 61 |
| Binary | 10011000 | 1100011 | 10000000 | 0 | 100011 | 10000 | 101000 | 101000111 | 10101 | 110001 |
Color Harmonies of #986380
Complementary color
Monochromatic Colors of #986380
Black with #986380
Text Example
Text Example
White with #986380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986380; }
p { color: rgb(152,99,128); }
H1.HeaderClassName
{
color: #986380;
}
.AnyTagClassName
{
color: #986380;
}
</style>
background-color css
<style>
a { background-color: #986380; }
a { background-color: rgb(152,99,128); }
div.DivClassName
{
background-color: #986380;
}
.BgClassName
{
background-color: #986380;
}
</style>
border-color css
<style>
span { border-color: #986380; }
span { border-color: rgb(152,99,128); }
td.TdClassName
{
border-color: #986380;
}
.TagClassName
{
border-color: #986380;
}
</style>