Shades of Strikemaster #8F5D7A
Tints of Strikemaster #8F5D7A
RGB
CMYK
RGB Variations
Color information
#8F5D7A (or 0x8F5D7A) is known color: Strikemaster. HEX triplet: 8F, 5D and 7A. RGB value is (143,93,122). Sum of RGB (Red+Green+Blue) = 143+93+122=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5D7A is #70A285. Grayscale: #6F6F6F. Windows color (decimal): -7381638 or 8019343. OLE color: 8019343.
HSL color Cylindrical-coordinate representation of color #8F5D7A: hue angle of 325.2º 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 #8F5D7A is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 93 | 122 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.44 |
| HSL | 325.2º | 0.21% | 0.46% | - |
| HSV(B) | 325.2º | 0.35% | 0.56% | - |
| XYZ | 18.75 | 15.07 | 20.33 | - |
| YUV | 111.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 93 | 122 | 0 | 0.35 | 0.15 | 0.44 | 325.2 | 0.21 | 0.46 |
| Hex | 8F | 5D | 7A | 0 | 23 | F | 2C | 145 | 15 | 2E |
| Octal | 217 | 135 | 172 | 0 | 43 | 17 | 54 | 505 | 25 | 56 |
| Binary | 10001111 | 1011101 | 1111010 | 0 | 100011 | 1111 | 101100 | 101000101 | 10101 | 101110 |
Color Harmonies of #8F5D7A
Complementary color
Monochromatic Colors of #8F5D7A
Black with #8F5D7A
Text Example
Text Example
White with #8F5D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5D7A; }
p { color: rgb(143,93,122); }
H1.HeaderClassName
{
color: #8F5D7A;
}
.AnyTagClassName
{
color: #8F5D7A;
}
</style>
background-color css
<style>
a { background-color: #8F5D7A; }
a { background-color: rgb(143,93,122); }
div.DivClassName
{
background-color: #8F5D7A;
}
.BgClassName
{
background-color: #8F5D7A;
}
</style>
border-color css
<style>
span { border-color: #8F5D7A; }
span { border-color: rgb(143,93,122); }
td.TdClassName
{
border-color: #8F5D7A;
}
.TagClassName
{
border-color: #8F5D7A;
}
</style>