Shades of Strikemaster #8F5D7B
Tints of Strikemaster #8F5D7B
RGB
CMYK
RGB Variations
Color information
#8F5D7B (or 0x8F5D7B) is known color: Strikemaster. HEX triplet: 8F, 5D and 7B. RGB value is (143,93,123). Sum of RGB (Red+Green+Blue) = 143+93+123=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5D7B is #70A284. Grayscale: #6F6F6F. Windows color (decimal): -7381637 or 8084879. OLE color: 8084879.
HSL color Cylindrical-coordinate representation of color #8F5D7B: hue angle of 324º 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 #8F5D7B is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 93 | 123 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.44 |
| HSL | 324º | 0.21% | 0.46% | - |
| HSV(B) | 324º | 0.35% | 0.56% | - |
| XYZ | 18.82 | 15.1 | 20.66 | - |
| YUV | 111.37 | 134.57 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 93 | 123 | 0 | 0.35 | 0.14 | 0.44 | 324 | 0.21 | 0.46 |
| Hex | 8F | 5D | 7B | 0 | 23 | E | 2C | 144 | 15 | 2E |
| Octal | 217 | 135 | 173 | 0 | 43 | 16 | 54 | 504 | 25 | 56 |
| Binary | 10001111 | 1011101 | 1111011 | 0 | 100011 | 1110 | 101100 | 101000100 | 10101 | 101110 |
Color Harmonies of #8F5D7B
Complementary color
Monochromatic Colors of #8F5D7B
Black with #8F5D7B
Text Example
Text Example
White with #8F5D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5D7B; }
p { color: rgb(143,93,123); }
H1.HeaderClassName
{
color: #8F5D7B;
}
.AnyTagClassName
{
color: #8F5D7B;
}
</style>
background-color css
<style>
a { background-color: #8F5D7B; }
a { background-color: rgb(143,93,123); }
div.DivClassName
{
background-color: #8F5D7B;
}
.BgClassName
{
background-color: #8F5D7B;
}
</style>
border-color css
<style>
span { border-color: #8F5D7B; }
span { border-color: rgb(143,93,123); }
td.TdClassName
{
border-color: #8F5D7B;
}
.TagClassName
{
border-color: #8F5D7B;
}
</style>