Shades of Strikemaster #8F6078
Tints of Strikemaster #8F6078
RGB
CMYK
RGB Variations
Color information
#8F6078 (or 0x8F6078) is known color: Strikemaster. HEX triplet: 8F, 60 and 78. RGB value is (143,96,120). Sum of RGB (Red+Green+Blue) = 143+96+120=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6078 is #709F87. Grayscale: #707070. Windows color (decimal): -7380872 or 7889039. OLE color: 7889039.
HSL color Cylindrical-coordinate representation of color #8F6078: hue angle of 329.36º 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 #8F6078 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 96 | 120 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.44 |
| HSL | 329.36º | 0.2% | 0.47% | - |
| HSV(B) | 329.36º | 0.33% | 0.56% | - |
| XYZ | 18.9 | 15.56 | 19.78 | - |
| YUV | 112.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 120 | 0 | 0.33 | 0.16 | 0.44 | 329.36 | 0.2 | 0.47 |
| Hex | 8F | 60 | 78 | 0 | 21 | 10 | 2C | 149 | 14 | 2F |
| Octal | 217 | 140 | 170 | 0 | 41 | 20 | 54 | 511 | 24 | 57 |
| Binary | 10001111 | 1100000 | 1111000 | 0 | 100001 | 10000 | 101100 | 101001001 | 10100 | 101111 |
Color Harmonies of #8F6078
Complementary color
Monochromatic Colors of #8F6078
Black with #8F6078
Text Example
Text Example
White with #8F6078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6078; }
p { color: rgb(143,96,120); }
H1.HeaderClassName
{
color: #8F6078;
}
.AnyTagClassName
{
color: #8F6078;
}
</style>
background-color css
<style>
a { background-color: #8F6078; }
a { background-color: rgb(143,96,120); }
div.DivClassName
{
background-color: #8F6078;
}
.BgClassName
{
background-color: #8F6078;
}
</style>
border-color css
<style>
span { border-color: #8F6078; }
span { border-color: rgb(143,96,120); }
td.TdClassName
{
border-color: #8F6078;
}
.TagClassName
{
border-color: #8F6078;
}
</style>