Shades of Strikemaster #8F5D80
Tints of Strikemaster #8F5D80
RGB
CMYK
RGB Variations
Color information
#8F5D80 (or 0x8F5D80) is known color: Strikemaster. HEX triplet: 8F, 5D and 80. RGB value is (143,93,128). Sum of RGB (Red+Green+Blue) = 143+93+128=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5D80 is #70A27F. Grayscale: #6F6F6F. Windows color (decimal): -7381632 or 8412559. OLE color: 8412559.
HSL color Cylindrical-coordinate representation of color #8F5D80: hue angle of 318º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F5D80 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 93 | 128 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.44 |
| HSL | 318º | 0.21% | 0.46% | - |
| HSV(B) | 318º | 0.35% | 0.56% | - |
| XYZ | 19.14 | 15.23 | 22.35 | - |
| YUV | 111.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 93 | 128 | 0 | 0.35 | 0.10 | 0.44 | 318 | 0.21 | 0.46 |
| Hex | 8F | 5D | 80 | 0 | 23 | A | 2C | 13E | 15 | 2E |
| Octal | 217 | 135 | 200 | 0 | 43 | 12 | 54 | 476 | 25 | 56 |
| Binary | 10001111 | 1011101 | 10000000 | 0 | 100011 | 1010 | 101100 | 100111110 | 10101 | 101110 |
Color Harmonies of #8F5D80
Complementary color
Monochromatic Colors of #8F5D80
Black with #8F5D80
Text Example
Text Example
White with #8F5D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5D80; }
p { color: rgb(143,93,128); }
H1.HeaderClassName
{
color: #8F5D80;
}
.AnyTagClassName
{
color: #8F5D80;
}
</style>
background-color css
<style>
a { background-color: #8F5D80; }
a { background-color: rgb(143,93,128); }
div.DivClassName
{
background-color: #8F5D80;
}
.BgClassName
{
background-color: #8F5D80;
}
</style>
border-color css
<style>
span { border-color: #8F5D80; }
span { border-color: rgb(143,93,128); }
td.TdClassName
{
border-color: #8F5D80;
}
.TagClassName
{
border-color: #8F5D80;
}
</style>