Shades of Strikemaster #8F507A
Tints of Strikemaster #8F507A
RGB
CMYK
RGB Variations
Color information
#8F507A (or 0x8F507A) is known color: Strikemaster. HEX triplet: 8F, 50 and 7A. RGB value is (143,80,122). Sum of RGB (Red+Green+Blue) = 143+80+122=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 143 - color contains mainly: red. Hex color #8F507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F507A is #70AF85. Grayscale: #676767. Windows color (decimal): -7384966 or 8016015. OLE color: 8016015.
HSL color Cylindrical-coordinate representation of color #8F507A: hue angle of 320º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F507A is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 80 | 122 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.44 |
| HSL | 320º | 0.28% | 0.44% | - |
| HSV(B) | 320º | 0.44% | 0.56% | - |
| XYZ | 17.71 | 12.98 | 19.98 | - |
| YUV | 103.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 122 | 0 | 0.44 | 0.15 | 0.44 | 320 | 0.28 | 0.44 |
| Hex | 8F | 50 | 7A | 0 | 2C | F | 2C | 140 | 1C | 2C |
| Octal | 217 | 120 | 172 | 0 | 54 | 17 | 54 | 500 | 34 | 54 |
| Binary | 10001111 | 1010000 | 1111010 | 0 | 101100 | 1111 | 101100 | 101000000 | 11100 | 101100 |
Color Harmonies of #8F507A
Complementary color
Monochromatic Colors of #8F507A
Black with #8F507A
Text Example
Text Example
White with #8F507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F507A; }
p { color: rgb(143,80,122); }
H1.HeaderClassName
{
color: #8F507A;
}
.AnyTagClassName
{
color: #8F507A;
}
</style>
background-color css
<style>
a { background-color: #8F507A; }
a { background-color: rgb(143,80,122); }
div.DivClassName
{
background-color: #8F507A;
}
.BgClassName
{
background-color: #8F507A;
}
</style>
border-color css
<style>
span { border-color: #8F507A; }
span { border-color: rgb(143,80,122); }
td.TdClassName
{
border-color: #8F507A;
}
.TagClassName
{
border-color: #8F507A;
}
</style>