Shades of Strikemaster #8F6380
Tints of Strikemaster #8F6380
RGB
CMYK
RGB Variations
Color information
#8F6380 (or 0x8F6380) is known color: Strikemaster. HEX triplet: 8F, 63 and 80. RGB value is (143,99,128). Sum of RGB (Red+Green+Blue) = 143+99+128=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6380 is #709C7F. Grayscale: #737373. Windows color (decimal): -7380096 or 8414095. OLE color: 8414095.
HSL color Cylindrical-coordinate representation of color #8F6380: hue angle of 320.45º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F6380 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 99 | 128 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.44 |
| HSL | 320.45º | 0.18% | 0.47% | - |
| HSV(B) | 320.45º | 0.31% | 0.56% | - |
| XYZ | 19.69 | 16.32 | 22.53 | - |
| YUV | 115.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 99 | 128 | 0 | 0.31 | 0.10 | 0.44 | 320.45 | 0.18 | 0.47 |
| Hex | 8F | 63 | 80 | 0 | 1F | A | 2C | 140 | 12 | 2F |
| Octal | 217 | 143 | 200 | 0 | 37 | 12 | 54 | 500 | 22 | 57 |
| Binary | 10001111 | 1100011 | 10000000 | 0 | 11111 | 1010 | 101100 | 101000000 | 10010 | 101111 |
Color Harmonies of #8F6380
Complementary color
Monochromatic Colors of #8F6380
Black with #8F6380
Text Example
Text Example
White with #8F6380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6380; }
p { color: rgb(143,99,128); }
H1.HeaderClassName
{
color: #8F6380;
}
.AnyTagClassName
{
color: #8F6380;
}
</style>
background-color css
<style>
a { background-color: #8F6380; }
a { background-color: rgb(143,99,128); }
div.DivClassName
{
background-color: #8F6380;
}
.BgClassName
{
background-color: #8F6380;
}
</style>
border-color css
<style>
span { border-color: #8F6380; }
span { border-color: rgb(143,99,128); }
td.TdClassName
{
border-color: #8F6380;
}
.TagClassName
{
border-color: #8F6380;
}
</style>