Shades of Strikemaster #8F527A
Tints of Strikemaster #8F527A
RGB
CMYK
RGB Variations
Color information
#8F527A (or 0x8F527A) is known color: Strikemaster. HEX triplet: 8F, 52 and 7A. RGB value is (143,82,122). Sum of RGB (Red+Green+Blue) = 143+82+122=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 143 - color contains mainly: red. Hex color #8F527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F527A is #70AD85. Grayscale: #686868. Windows color (decimal): -7384454 or 8016527. OLE color: 8016527.
HSL color Cylindrical-coordinate representation of color #8F527A: hue angle of 320.66º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F527A is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 82 | 122 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.44 |
| HSL | 320.66º | 0.27% | 0.44% | - |
| HSV(B) | 320.66º | 0.43% | 0.56% | - |
| XYZ | 17.86 | 13.28 | 20.03 | - |
| YUV | 104.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 82 | 122 | 0 | 0.43 | 0.15 | 0.44 | 320.66 | 0.27 | 0.44 |
| Hex | 8F | 52 | 7A | 0 | 2B | F | 2C | 141 | 1B | 2C |
| Octal | 217 | 122 | 172 | 0 | 53 | 17 | 54 | 501 | 33 | 54 |
| Binary | 10001111 | 1010010 | 1111010 | 0 | 101011 | 1111 | 101100 | 101000001 | 11011 | 101100 |
Color Harmonies of #8F527A
Complementary color
Monochromatic Colors of #8F527A
Black with #8F527A
Text Example
Text Example
White with #8F527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F527A; }
p { color: rgb(143,82,122); }
H1.HeaderClassName
{
color: #8F527A;
}
.AnyTagClassName
{
color: #8F527A;
}
</style>
background-color css
<style>
a { background-color: #8F527A; }
a { background-color: rgb(143,82,122); }
div.DivClassName
{
background-color: #8F527A;
}
.BgClassName
{
background-color: #8F527A;
}
</style>
border-color css
<style>
span { border-color: #8F527A; }
span { border-color: rgb(143,82,122); }
td.TdClassName
{
border-color: #8F527A;
}
.TagClassName
{
border-color: #8F527A;
}
</style>