Shades of Strikemaster #8B527A
Tints of Strikemaster #8B527A
RGB
CMYK
RGB Variations
Color information
#8B527A (or 0x8B527A) is known color: Strikemaster. HEX triplet: 8B, 52 and 7A. RGB value is (139,82,122). Sum of RGB (Red+Green+Blue) = 139+82+122=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B527A is #74AD85. Grayscale: #676767. Windows color (decimal): -7646598 or 8016523. OLE color: 8016523.
HSL color Cylindrical-coordinate representation of color #8B527A: hue angle of 317.89º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B527A is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 82 | 122 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.45 |
| HSL | 317.89º | 0.26% | 0.43% | - |
| HSV(B) | 317.89º | 0.41% | 0.55% | - |
| XYZ | 17.18 | 12.93 | 20 | - |
| YUV | 103.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 82 | 122 | 0 | 0.41 | 0.12 | 0.45 | 317.89 | 0.26 | 0.43 |
| Hex | 8B | 52 | 7A | 0 | 29 | C | 2D | 13E | 1A | 2B |
| Octal | 213 | 122 | 172 | 0 | 51 | 14 | 55 | 476 | 32 | 53 |
| Binary | 10001011 | 1010010 | 1111010 | 0 | 101001 | 1100 | 101101 | 100111110 | 11010 | 101011 |
Color Harmonies of #8B527A
Complementary color
Monochromatic Colors of #8B527A
Black with #8B527A
Text Example
Text Example
White with #8B527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B527A; }
p { color: rgb(139,82,122); }
H1.HeaderClassName
{
color: #8B527A;
}
.AnyTagClassName
{
color: #8B527A;
}
</style>
background-color css
<style>
a { background-color: #8B527A; }
a { background-color: rgb(139,82,122); }
div.DivClassName
{
background-color: #8B527A;
}
.BgClassName
{
background-color: #8B527A;
}
</style>
border-color css
<style>
span { border-color: #8B527A; }
span { border-color: rgb(139,82,122); }
td.TdClassName
{
border-color: #8B527A;
}
.TagClassName
{
border-color: #8B527A;
}
</style>