Shades of Strikemaster #8B597B
Tints of Strikemaster #8B597B
RGB
CMYK
RGB Variations
Color information
#8B597B (or 0x8B597B) is known color: Strikemaster. HEX triplet: 8B, 59 and 7B. RGB value is (139,89,123). Sum of RGB (Red+Green+Blue) = 139+89+123=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B597B is #74A684. Grayscale: #6B6B6B. Windows color (decimal): -7644805 or 8083851. OLE color: 8083851.
HSL color Cylindrical-coordinate representation of color #8B597B: hue angle of 319.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B597B is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 89 | 123 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.45 |
| HSL | 319.2º | 0.22% | 0.45% | - |
| HSV(B) | 319.2º | 0.36% | 0.55% | - |
| XYZ | 17.79 | 14.06 | 20.52 | - |
| YUV | 107.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 89 | 123 | 0 | 0.36 | 0.12 | 0.45 | 319.2 | 0.22 | 0.45 |
| Hex | 8B | 59 | 7B | 0 | 24 | C | 2D | 13F | 16 | 2D |
| Octal | 213 | 131 | 173 | 0 | 44 | 14 | 55 | 477 | 26 | 55 |
| Binary | 10001011 | 1011001 | 1111011 | 0 | 100100 | 1100 | 101101 | 100111111 | 10110 | 101101 |
Color Harmonies of #8B597B
Complementary color
Monochromatic Colors of #8B597B
Black with #8B597B
Text Example
Text Example
White with #8B597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B597B; }
p { color: rgb(139,89,123); }
H1.HeaderClassName
{
color: #8B597B;
}
.AnyTagClassName
{
color: #8B597B;
}
</style>
background-color css
<style>
a { background-color: #8B597B; }
a { background-color: rgb(139,89,123); }
div.DivClassName
{
background-color: #8B597B;
}
.BgClassName
{
background-color: #8B597B;
}
</style>
border-color css
<style>
span { border-color: #8B597B; }
span { border-color: rgb(139,89,123); }
td.TdClassName
{
border-color: #8B597B;
}
.TagClassName
{
border-color: #8B597B;
}
</style>