Shades of Strikemaster #8F6A82
Tints of Strikemaster #8F6A82
RGB
CMYK
RGB Variations
Color information
#8F6A82 (or 0x8F6A82) is known color: Strikemaster. HEX triplet: 8F, 6A and 82. RGB value is (143,106,130). Sum of RGB (Red+Green+Blue) = 143+106+130=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6A82 is #70957D. Grayscale: #777777. Windows color (decimal): -7378302 or 8546959. OLE color: 8546959.
HSL color Cylindrical-coordinate representation of color #8F6A82: hue angle of 321.08º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F6A82 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 106 | 130 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.44 |
| HSL | 321.08º | 0.15% | 0.49% | - |
| HSV(B) | 321.08º | 0.26% | 0.56% | - |
| XYZ | 20.51 | 17.76 | 23.47 | - |
| YUV | 119.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 106 | 130 | 0 | 0.26 | 0.09 | 0.44 | 321.08 | 0.15 | 0.49 |
| Hex | 8F | 6A | 82 | 0 | 1A | 9 | 2C | 141 | F | 31 |
| Octal | 217 | 152 | 202 | 0 | 32 | 11 | 54 | 501 | 17 | 61 |
| Binary | 10001111 | 1101010 | 10000010 | 0 | 11010 | 1001 | 101100 | 101000001 | 1111 | 110001 |
Color Harmonies of #8F6A82
Complementary color
Monochromatic Colors of #8F6A82
Black with #8F6A82
Text Example
Text Example
White with #8F6A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6A82; }
p { color: rgb(143,106,130); }
H1.HeaderClassName
{
color: #8F6A82;
}
.AnyTagClassName
{
color: #8F6A82;
}
</style>
background-color css
<style>
a { background-color: #8F6A82; }
a { background-color: rgb(143,106,130); }
div.DivClassName
{
background-color: #8F6A82;
}
.BgClassName
{
background-color: #8F6A82;
}
</style>
border-color css
<style>
span { border-color: #8F6A82; }
span { border-color: rgb(143,106,130); }
td.TdClassName
{
border-color: #8F6A82;
}
.TagClassName
{
border-color: #8F6A82;
}
</style>