Shades of Strikemaster #8F6A7A
Tints of Strikemaster #8F6A7A
RGB
CMYK
RGB Variations
Color information
#8F6A7A (or 0x8F6A7A) is known color: Strikemaster. HEX triplet: 8F, 6A and 7A. RGB value is (143,106,122). Sum of RGB (Red+Green+Blue) = 143+106+122=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6A7A is #709585. Grayscale: #767676. Windows color (decimal): -7378310 or 8022671. OLE color: 8022671.
HSL color Cylindrical-coordinate representation of color #8F6A7A: hue angle of 334.05º 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 #8F6A7A is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 106 | 122 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.44 |
| HSL | 334.05º | 0.15% | 0.49% | - |
| HSV(B) | 334.05º | 0.26% | 0.56% | - |
| XYZ | 19.99 | 17.55 | 20.75 | - |
| YUV | 118.89 | 129.76 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 106 | 122 | 0 | 0.26 | 0.15 | 0.44 | 334.05 | 0.15 | 0.49 |
| Hex | 8F | 6A | 7A | 0 | 1A | F | 2C | 14E | F | 31 |
| Octal | 217 | 152 | 172 | 0 | 32 | 17 | 54 | 516 | 17 | 61 |
| Binary | 10001111 | 1101010 | 1111010 | 0 | 11010 | 1111 | 101100 | 101001110 | 1111 | 110001 |
Color Harmonies of #8F6A7A
Complementary color
Monochromatic Colors of #8F6A7A
Black with #8F6A7A
Text Example
Text Example
White with #8F6A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6A7A; }
p { color: rgb(143,106,122); }
H1.HeaderClassName
{
color: #8F6A7A;
}
.AnyTagClassName
{
color: #8F6A7A;
}
</style>
background-color css
<style>
a { background-color: #8F6A7A; }
a { background-color: rgb(143,106,122); }
div.DivClassName
{
background-color: #8F6A7A;
}
.BgClassName
{
background-color: #8F6A7A;
}
</style>
border-color css
<style>
span { border-color: #8F6A7A; }
span { border-color: rgb(143,106,122); }
td.TdClassName
{
border-color: #8F6A7A;
}
.TagClassName
{
border-color: #8F6A7A;
}
</style>