Shades of Strikemaster #8F6885
Tints of Strikemaster #8F6885
RGB
CMYK
RGB Variations
Color information
#8F6885 (or 0x8F6885) is known color: Strikemaster. HEX triplet: 8F, 68 and 85. RGB value is (143,104,133). Sum of RGB (Red+Green+Blue) = 143+104+133=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6885 is #70977A. Grayscale: #767676. Windows color (decimal): -7378811 or 8743055. OLE color: 8743055.
HSL color Cylindrical-coordinate representation of color #8F6885: hue angle of 315.38º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F6885 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 104 | 133 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.44 |
| HSL | 315.38º | 0.16% | 0.48% | - |
| HSV(B) | 315.38º | 0.27% | 0.56% | - |
| XYZ | 20.51 | 17.43 | 24.47 | - |
| YUV | 118.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 133 | 0 | 0.27 | 0.07 | 0.44 | 315.38 | 0.16 | 0.48 |
| Hex | 8F | 68 | 85 | 0 | 1B | 7 | 2C | 13B | 10 | 30 |
| Octal | 217 | 150 | 205 | 0 | 33 | 7 | 54 | 473 | 20 | 60 |
| Binary | 10001111 | 1101000 | 10000101 | 0 | 11011 | 111 | 101100 | 100111011 | 10000 | 110000 |
Color Harmonies of #8F6885
Complementary color
Monochromatic Colors of #8F6885
Black with #8F6885
Text Example
Text Example
White with #8F6885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6885; }
p { color: rgb(143,104,133); }
H1.HeaderClassName
{
color: #8F6885;
}
.AnyTagClassName
{
color: #8F6885;
}
</style>
background-color css
<style>
a { background-color: #8F6885; }
a { background-color: rgb(143,104,133); }
div.DivClassName
{
background-color: #8F6885;
}
.BgClassName
{
background-color: #8F6885;
}
</style>
border-color css
<style>
span { border-color: #8F6885; }
span { border-color: rgb(143,104,133); }
td.TdClassName
{
border-color: #8F6885;
}
.TagClassName
{
border-color: #8F6885;
}
</style>