Shades of Strikemaster #8B587D
Tints of Strikemaster #8B587D
RGB
CMYK
RGB Variations
Color information
#8B587D (or 0x8B587D) is known color: Strikemaster. HEX triplet: 8B, 58 and 7D. RGB value is (139,88,125). Sum of RGB (Red+Green+Blue) = 139+88+125=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 139 - color contains mainly: red. Hex color #8B587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B587D is #74A782. Grayscale: #6B6B6B. Windows color (decimal): -7645059 or 8214667. OLE color: 8214667.
HSL color Cylindrical-coordinate representation of color #8B587D: hue angle of 316.47º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B587D is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 125 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.45 |
| HSL | 316.47º | 0.22% | 0.45% | - |
| HSV(B) | 316.47º | 0.37% | 0.55% | - |
| XYZ | 17.84 | 13.95 | 21.15 | - |
| YUV | 107.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 125 | 0 | 0.37 | 0.10 | 0.45 | 316.47 | 0.22 | 0.45 |
| Hex | 8B | 58 | 7D | 0 | 25 | A | 2D | 13C | 16 | 2D |
| Octal | 213 | 130 | 175 | 0 | 45 | 12 | 55 | 474 | 26 | 55 |
| Binary | 10001011 | 1011000 | 1111101 | 0 | 100101 | 1010 | 101101 | 100111100 | 10110 | 101101 |
Color Harmonies of #8B587D
Complementary color
Monochromatic Colors of #8B587D
Black with #8B587D
Text Example
Text Example
White with #8B587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B587D; }
p { color: rgb(139,88,125); }
H1.HeaderClassName
{
color: #8B587D;
}
.AnyTagClassName
{
color: #8B587D;
}
</style>
background-color css
<style>
a { background-color: #8B587D; }
a { background-color: rgb(139,88,125); }
div.DivClassName
{
background-color: #8B587D;
}
.BgClassName
{
background-color: #8B587D;
}
</style>
border-color css
<style>
span { border-color: #8B587D; }
span { border-color: rgb(139,88,125); }
td.TdClassName
{
border-color: #8B587D;
}
.TagClassName
{
border-color: #8B587D;
}
</style>