Shades of Strikemaster #8F5A7D
Tints of Strikemaster #8F5A7D
RGB
CMYK
RGB Variations
Color information
#8F5A7D (or 0x8F5A7D) is known color: Strikemaster. HEX triplet: 8F, 5A and 7D. RGB value is (143,90,125). Sum of RGB (Red+Green+Blue) = 143+90+125=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5A7D is #70A582. Grayscale: #6D6D6D. Windows color (decimal): -7382403 or 8215183. OLE color: 8215183.
HSL color Cylindrical-coordinate representation of color #8F5A7D: hue angle of 320.38º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F5A7D is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 90 | 125 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.44 |
| HSL | 320.38º | 0.23% | 0.46% | - |
| HSV(B) | 320.38º | 0.37% | 0.56% | - |
| XYZ | 18.69 | 14.63 | 21.24 | - |
| YUV | 109.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 90 | 125 | 0 | 0.37 | 0.13 | 0.44 | 320.38 | 0.23 | 0.46 |
| Hex | 8F | 5A | 7D | 0 | 25 | D | 2C | 140 | 17 | 2E |
| Octal | 217 | 132 | 175 | 0 | 45 | 15 | 54 | 500 | 27 | 56 |
| Binary | 10001111 | 1011010 | 1111101 | 0 | 100101 | 1101 | 101100 | 101000000 | 10111 | 101110 |
Color Harmonies of #8F5A7D
Complementary color
Monochromatic Colors of #8F5A7D
Black with #8F5A7D
Text Example
Text Example
White with #8F5A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5A7D; }
p { color: rgb(143,90,125); }
H1.HeaderClassName
{
color: #8F5A7D;
}
.AnyTagClassName
{
color: #8F5A7D;
}
</style>
background-color css
<style>
a { background-color: #8F5A7D; }
a { background-color: rgb(143,90,125); }
div.DivClassName
{
background-color: #8F5A7D;
}
.BgClassName
{
background-color: #8F5A7D;
}
</style>
border-color css
<style>
span { border-color: #8F5A7D; }
span { border-color: rgb(143,90,125); }
td.TdClassName
{
border-color: #8F5A7D;
}
.TagClassName
{
border-color: #8F5A7D;
}
</style>