Shades of Strikemaster #8F6587
Tints of Strikemaster #8F6587
RGB
CMYK
RGB Variations
Color information
#8F6587 (or 0x8F6587) is known color: Strikemaster. HEX triplet: 8F, 65 and 87. RGB value is (143,101,135). Sum of RGB (Red+Green+Blue) = 143+101+135=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6587 is #709A78. Grayscale: #757575. Windows color (decimal): -7379577 or 8873359. OLE color: 8873359.
HSL color Cylindrical-coordinate representation of color #8F6587: hue angle of 311.43º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F6587 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 101 | 135 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.44 |
| HSL | 311.43º | 0.17% | 0.48% | - |
| HSV(B) | 311.43º | 0.29% | 0.56% | - |
| XYZ | 20.35 | 16.9 | 25.11 | - |
| YUV | 117.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 101 | 135 | 0 | 0.29 | 0.06 | 0.44 | 311.43 | 0.17 | 0.48 |
| Hex | 8F | 65 | 87 | 0 | 1D | 6 | 2C | 137 | 11 | 30 |
| Octal | 217 | 145 | 207 | 0 | 35 | 6 | 54 | 467 | 21 | 60 |
| Binary | 10001111 | 1100101 | 10000111 | 0 | 11101 | 110 | 101100 | 100110111 | 10001 | 110000 |
Color Harmonies of #8F6587
Complementary color
Monochromatic Colors of #8F6587
Black with #8F6587
Text Example
Text Example
White with #8F6587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6587; }
p { color: rgb(143,101,135); }
H1.HeaderClassName
{
color: #8F6587;
}
.AnyTagClassName
{
color: #8F6587;
}
</style>
background-color css
<style>
a { background-color: #8F6587; }
a { background-color: rgb(143,101,135); }
div.DivClassName
{
background-color: #8F6587;
}
.BgClassName
{
background-color: #8F6587;
}
</style>
border-color css
<style>
span { border-color: #8F6587; }
span { border-color: rgb(143,101,135); }
td.TdClassName
{
border-color: #8F6587;
}
.TagClassName
{
border-color: #8F6587;
}
</style>