Shades of Strikemaster #8F5C78
Tints of Strikemaster #8F5C78
RGB
CMYK
RGB Variations
Color information
#8F5C78 (or 0x8F5C78) is known color: Strikemaster. HEX triplet: 8F, 5C and 78. RGB value is (143,92,120). Sum of RGB (Red+Green+Blue) = 143+92+120=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5C78 is #70A387. Grayscale: #6E6E6E. Windows color (decimal): -7381896 or 7888015. OLE color: 7888015.
HSL color Cylindrical-coordinate representation of color #8F5C78: hue angle of 327.06º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F5C78 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 92 | 120 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.44 |
| HSL | 327.06º | 0.22% | 0.46% | - |
| HSV(B) | 327.06º | 0.36% | 0.56% | - |
| XYZ | 18.55 | 14.85 | 19.66 | - |
| YUV | 110.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 92 | 120 | 0 | 0.36 | 0.16 | 0.44 | 327.06 | 0.22 | 0.46 |
| Hex | 8F | 5C | 78 | 0 | 24 | 10 | 2C | 147 | 16 | 2E |
| Octal | 217 | 134 | 170 | 0 | 44 | 20 | 54 | 507 | 26 | 56 |
| Binary | 10001111 | 1011100 | 1111000 | 0 | 100100 | 10000 | 101100 | 101000111 | 10110 | 101110 |
Color Harmonies of #8F5C78
Complementary color
Monochromatic Colors of #8F5C78
Black with #8F5C78
Text Example
Text Example
White with #8F5C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5C78; }
p { color: rgb(143,92,120); }
H1.HeaderClassName
{
color: #8F5C78;
}
.AnyTagClassName
{
color: #8F5C78;
}
</style>
background-color css
<style>
a { background-color: #8F5C78; }
a { background-color: rgb(143,92,120); }
div.DivClassName
{
background-color: #8F5C78;
}
.BgClassName
{
background-color: #8F5C78;
}
</style>
border-color css
<style>
span { border-color: #8F5C78; }
span { border-color: rgb(143,92,120); }
td.TdClassName
{
border-color: #8F5C78;
}
.TagClassName
{
border-color: #8F5C78;
}
</style>