Shades of Strikemaster #8B5276
Tints of Strikemaster #8B5276
RGB
CMYK
RGB Variations
Color information
#8B5276 (or 0x8B5276) is known color: Strikemaster. HEX triplet: 8B, 52 and 76. RGB value is (139,82,118). Sum of RGB (Red+Green+Blue) = 139+82+118=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5276 is #74AD89. Grayscale: #676767. Windows color (decimal): -7646602 or 7754379. OLE color: 7754379.
HSL color Cylindrical-coordinate representation of color #8B5276: hue angle of 322.11º 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 #8B5276 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 82 | 118 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.45 |
| HSL | 322.11º | 0.26% | 0.43% | - |
| HSV(B) | 322.11º | 0.41% | 0.55% | - |
| XYZ | 16.93 | 12.83 | 18.72 | - |
| YUV | 103.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 82 | 118 | 0 | 0.41 | 0.15 | 0.45 | 322.11 | 0.26 | 0.43 |
| Hex | 8B | 52 | 76 | 0 | 29 | F | 2D | 142 | 1A | 2B |
| Octal | 213 | 122 | 166 | 0 | 51 | 17 | 55 | 502 | 32 | 53 |
| Binary | 10001011 | 1010010 | 1110110 | 0 | 101001 | 1111 | 101101 | 101000010 | 11010 | 101011 |
Color Harmonies of #8B5276
Complementary color
Monochromatic Colors of #8B5276
Black with #8B5276
Text Example
Text Example
White with #8B5276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5276; }
p { color: rgb(139,82,118); }
H1.HeaderClassName
{
color: #8B5276;
}
.AnyTagClassName
{
color: #8B5276;
}
</style>
background-color css
<style>
a { background-color: #8B5276; }
a { background-color: rgb(139,82,118); }
div.DivClassName
{
background-color: #8B5276;
}
.BgClassName
{
background-color: #8B5276;
}
</style>
border-color css
<style>
span { border-color: #8B5276; }
span { border-color: rgb(139,82,118); }
td.TdClassName
{
border-color: #8B5276;
}
.TagClassName
{
border-color: #8B5276;
}
</style>