Shades of Strikemaster #8B5875
Tints of Strikemaster #8B5875
RGB
CMYK
RGB Variations
Color information
#8B5875 (or 0x8B5875) is known color: Strikemaster. HEX triplet: 8B, 58 and 75. RGB value is (139,88,117). Sum of RGB (Red+Green+Blue) = 139+88+117=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5875 is #74A78A. Grayscale: #6A6A6A. Windows color (decimal): -7645067 or 7690379. OLE color: 7690379.
HSL color Cylindrical-coordinate representation of color #8B5875: hue angle of 325.88º 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 #8B5875 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 117 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.45 |
| HSL | 325.88º | 0.22% | 0.45% | - |
| HSV(B) | 325.88º | 0.37% | 0.55% | - |
| XYZ | 17.35 | 13.75 | 18.57 | - |
| YUV | 106.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 117 | 0 | 0.37 | 0.16 | 0.45 | 325.88 | 0.22 | 0.45 |
| Hex | 8B | 58 | 75 | 0 | 25 | 10 | 2D | 146 | 16 | 2D |
| Octal | 213 | 130 | 165 | 0 | 45 | 20 | 55 | 506 | 26 | 55 |
| Binary | 10001011 | 1011000 | 1110101 | 0 | 100101 | 10000 | 101101 | 101000110 | 10110 | 101101 |
Color Harmonies of #8B5875
Complementary color
Monochromatic Colors of #8B5875
Black with #8B5875
Text Example
Text Example
White with #8B5875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5875; }
p { color: rgb(139,88,117); }
H1.HeaderClassName
{
color: #8B5875;
}
.AnyTagClassName
{
color: #8B5875;
}
</style>
background-color css
<style>
a { background-color: #8B5875; }
a { background-color: rgb(139,88,117); }
div.DivClassName
{
background-color: #8B5875;
}
.BgClassName
{
background-color: #8B5875;
}
</style>
border-color css
<style>
span { border-color: #8B5875; }
span { border-color: rgb(139,88,117); }
td.TdClassName
{
border-color: #8B5875;
}
.TagClassName
{
border-color: #8B5875;
}
</style>