Shades of Strikemaster #8F6084
Tints of Strikemaster #8F6084
RGB
CMYK
RGB Variations
Color information
#8F6084 (or 0x8F6084) is known color: Strikemaster. HEX triplet: 8F, 60 and 84. RGB value is (143,96,132). Sum of RGB (Red+Green+Blue) = 143+96+132=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6084 is #709F7B. Grayscale: #727272. Windows color (decimal): -7380860 or 8675471. OLE color: 8675471.
HSL color Cylindrical-coordinate representation of color #8F6084: hue angle of 314.04º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F6084 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 96 | 132 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.44 |
| HSL | 314.04º | 0.2% | 0.47% | - |
| HSV(B) | 314.04º | 0.33% | 0.56% | - |
| XYZ | 19.68 | 15.87 | 23.86 | - |
| YUV | 114.16 | 138.07 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 132 | 0 | 0.33 | 0.08 | 0.44 | 314.04 | 0.2 | 0.47 |
| Hex | 8F | 60 | 84 | 0 | 21 | 8 | 2C | 13A | 14 | 2F |
| Octal | 217 | 140 | 204 | 0 | 41 | 10 | 54 | 472 | 24 | 57 |
| Binary | 10001111 | 1100000 | 10000100 | 0 | 100001 | 1000 | 101100 | 100111010 | 10100 | 101111 |
Color Harmonies of #8F6084
Complementary color
Monochromatic Colors of #8F6084
Black with #8F6084
Text Example
Text Example
White with #8F6084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6084; }
p { color: rgb(143,96,132); }
H1.HeaderClassName
{
color: #8F6084;
}
.AnyTagClassName
{
color: #8F6084;
}
</style>
background-color css
<style>
a { background-color: #8F6084; }
a { background-color: rgb(143,96,132); }
div.DivClassName
{
background-color: #8F6084;
}
.BgClassName
{
background-color: #8F6084;
}
</style>
border-color css
<style>
span { border-color: #8F6084; }
span { border-color: rgb(143,96,132); }
td.TdClassName
{
border-color: #8F6084;
}
.TagClassName
{
border-color: #8F6084;
}
</style>