Shades of Strikemaster #8B597A
Tints of Strikemaster #8B597A
RGB
CMYK
RGB Variations
Color information
#8B597A (or 0x8B597A) is known color: Strikemaster. HEX triplet: 8B, 59 and 7A. RGB value is (139,89,122). Sum of RGB (Red+Green+Blue) = 139+89+122=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 139 - color contains mainly: red. Hex color #8B597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B597A is #74A685. Grayscale: #6B6B6B. Windows color (decimal): -7644806 or 8018315. OLE color: 8018315.
HSL color Cylindrical-coordinate representation of color #8B597A: hue angle of 320.4º 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 #8B597A is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 89 | 122 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.45 |
| HSL | 320.4º | 0.22% | 0.45% | - |
| HSV(B) | 320.4º | 0.36% | 0.55% | - |
| XYZ | 17.73 | 14.04 | 20.19 | - |
| YUV | 107.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 89 | 122 | 0 | 0.36 | 0.12 | 0.45 | 320.4 | 0.22 | 0.45 |
| Hex | 8B | 59 | 7A | 0 | 24 | C | 2D | 140 | 16 | 2D |
| Octal | 213 | 131 | 172 | 0 | 44 | 14 | 55 | 500 | 26 | 55 |
| Binary | 10001011 | 1011001 | 1111010 | 0 | 100100 | 1100 | 101101 | 101000000 | 10110 | 101101 |
Color Harmonies of #8B597A
Complementary color
Monochromatic Colors of #8B597A
Black with #8B597A
Text Example
Text Example
White with #8B597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B597A; }
p { color: rgb(139,89,122); }
H1.HeaderClassName
{
color: #8B597A;
}
.AnyTagClassName
{
color: #8B597A;
}
</style>
background-color css
<style>
a { background-color: #8B597A; }
a { background-color: rgb(139,89,122); }
div.DivClassName
{
background-color: #8B597A;
}
.BgClassName
{
background-color: #8B597A;
}
</style>
border-color css
<style>
span { border-color: #8B597A; }
span { border-color: rgb(139,89,122); }
td.TdClassName
{
border-color: #8B597A;
}
.TagClassName
{
border-color: #8B597A;
}
</style>