Shades of Strikemaster #8B537A
Tints of Strikemaster #8B537A
RGB
CMYK
RGB Variations
Color information
#8B537A (or 0x8B537A) is known color: Strikemaster. HEX triplet: 8B, 53 and 7A. RGB value is (139,83,122). Sum of RGB (Red+Green+Blue) = 139+83+122=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B537A is #74AC85. Grayscale: #686868. Windows color (decimal): -7646342 or 8016779. OLE color: 8016779.
HSL color Cylindrical-coordinate representation of color #8B537A: hue angle of 318.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B537A is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 83 | 122 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.45 |
| HSL | 318.21º | 0.25% | 0.44% | - |
| HSV(B) | 318.21º | 0.4% | 0.55% | - |
| XYZ | 17.25 | 13.08 | 20.03 | - |
| YUV | 104.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 122 | 0 | 0.40 | 0.12 | 0.45 | 318.21 | 0.25 | 0.44 |
| Hex | 8B | 53 | 7A | 0 | 28 | C | 2D | 13E | 19 | 2C |
| Octal | 213 | 123 | 172 | 0 | 50 | 14 | 55 | 476 | 31 | 54 |
| Binary | 10001011 | 1010011 | 1111010 | 0 | 101000 | 1100 | 101101 | 100111110 | 11001 | 101100 |
Color Harmonies of #8B537A
Complementary color
Monochromatic Colors of #8B537A
Black with #8B537A
Text Example
Text Example
White with #8B537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B537A; }
p { color: rgb(139,83,122); }
H1.HeaderClassName
{
color: #8B537A;
}
.AnyTagClassName
{
color: #8B537A;
}
</style>
background-color css
<style>
a { background-color: #8B537A; }
a { background-color: rgb(139,83,122); }
div.DivClassName
{
background-color: #8B537A;
}
.BgClassName
{
background-color: #8B537A;
}
</style>
border-color css
<style>
span { border-color: #8B537A; }
span { border-color: rgb(139,83,122); }
td.TdClassName
{
border-color: #8B537A;
}
.TagClassName
{
border-color: #8B537A;
}
</style>