Shades of Strikemaster #8F6282
Tints of Strikemaster #8F6282
RGB
CMYK
RGB Variations
Color information
#8F6282 (or 0x8F6282) is known color: Strikemaster. HEX triplet: 8F, 62 and 82. RGB value is (143,98,130). Sum of RGB (Red+Green+Blue) = 143+98+130=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6282 is #709D7D. Grayscale: #737373. Windows color (decimal): -7380350 or 8544911. OLE color: 8544911.
HSL color Cylindrical-coordinate representation of color #8F6282: hue angle of 317.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F6282 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 98 | 130 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.44 |
| HSL | 317.33º | 0.19% | 0.47% | - |
| HSV(B) | 317.33º | 0.31% | 0.56% | - |
| XYZ | 19.72 | 16.19 | 23.2 | - |
| YUV | 115.1 | 136.41 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 98 | 130 | 0 | 0.31 | 0.09 | 0.44 | 317.33 | 0.19 | 0.47 |
| Hex | 8F | 62 | 82 | 0 | 1F | 9 | 2C | 13D | 13 | 2F |
| Octal | 217 | 142 | 202 | 0 | 37 | 11 | 54 | 475 | 23 | 57 |
| Binary | 10001111 | 1100010 | 10000010 | 0 | 11111 | 1001 | 101100 | 100111101 | 10011 | 101111 |
Color Harmonies of #8F6282
Complementary color
Monochromatic Colors of #8F6282
Black with #8F6282
Text Example
Text Example
White with #8F6282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6282; }
p { color: rgb(143,98,130); }
H1.HeaderClassName
{
color: #8F6282;
}
.AnyTagClassName
{
color: #8F6282;
}
</style>
background-color css
<style>
a { background-color: #8F6282; }
a { background-color: rgb(143,98,130); }
div.DivClassName
{
background-color: #8F6282;
}
.BgClassName
{
background-color: #8F6282;
}
</style>
border-color css
<style>
span { border-color: #8F6282; }
span { border-color: rgb(143,98,130); }
td.TdClassName
{
border-color: #8F6282;
}
.TagClassName
{
border-color: #8F6282;
}
</style>