Shades of Strikemaster #8F5A82
Tints of Strikemaster #8F5A82
RGB
CMYK
RGB Variations
Color information
#8F5A82 (or 0x8F5A82) is known color: Strikemaster. HEX triplet: 8F, 5A and 82. RGB value is (143,90,130). Sum of RGB (Red+Green+Blue) = 143+90+130=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5A82 is #70A57D. Grayscale: #6E6E6E. Windows color (decimal): -7382398 or 8542863. OLE color: 8542863.
HSL color Cylindrical-coordinate representation of color #8F5A82: hue angle of 314.72º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F5A82 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 90 | 130 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.44 |
| HSL | 314.72º | 0.23% | 0.46% | - |
| HSV(B) | 314.72º | 0.37% | 0.56% | - |
| XYZ | 19.01 | 14.76 | 22.97 | - |
| YUV | 110.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 90 | 130 | 0 | 0.37 | 0.09 | 0.44 | 314.72 | 0.23 | 0.46 |
| Hex | 8F | 5A | 82 | 0 | 25 | 9 | 2C | 13B | 17 | 2E |
| Octal | 217 | 132 | 202 | 0 | 45 | 11 | 54 | 473 | 27 | 56 |
| Binary | 10001111 | 1011010 | 10000010 | 0 | 100101 | 1001 | 101100 | 100111011 | 10111 | 101110 |
Color Harmonies of #8F5A82
Complementary color
Monochromatic Colors of #8F5A82
Black with #8F5A82
Text Example
Text Example
White with #8F5A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5A82; }
p { color: rgb(143,90,130); }
H1.HeaderClassName
{
color: #8F5A82;
}
.AnyTagClassName
{
color: #8F5A82;
}
</style>
background-color css
<style>
a { background-color: #8F5A82; }
a { background-color: rgb(143,90,130); }
div.DivClassName
{
background-color: #8F5A82;
}
.BgClassName
{
background-color: #8F5A82;
}
</style>
border-color css
<style>
span { border-color: #8F5A82; }
span { border-color: rgb(143,90,130); }
td.TdClassName
{
border-color: #8F5A82;
}
.TagClassName
{
border-color: #8F5A82;
}
</style>