Shades of Strikemaster #8B5279
Tints of Strikemaster #8B5279
RGB
CMYK
RGB Variations
Color information
#8B5279 (or 0x8B5279) is known color: Strikemaster. HEX triplet: 8B, 52 and 79. RGB value is (139,82,121). Sum of RGB (Red+Green+Blue) = 139+82+121=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5279 is #74AD86. Grayscale: #676767. Windows color (decimal): -7646599 or 7950987. OLE color: 7950987.
HSL color Cylindrical-coordinate representation of color #8B5279: hue angle of 318.95º 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 #8B5279 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 82 | 121 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.45 |
| HSL | 318.95º | 0.26% | 0.43% | - |
| HSV(B) | 318.95º | 0.41% | 0.55% | - |
| XYZ | 17.12 | 12.9 | 19.68 | - |
| YUV | 103.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 82 | 121 | 0 | 0.41 | 0.13 | 0.45 | 318.95 | 0.26 | 0.43 |
| Hex | 8B | 52 | 79 | 0 | 29 | D | 2D | 13F | 1A | 2B |
| Octal | 213 | 122 | 171 | 0 | 51 | 15 | 55 | 477 | 32 | 53 |
| Binary | 10001011 | 1010010 | 1111001 | 0 | 101001 | 1101 | 101101 | 100111111 | 11010 | 101011 |
Color Harmonies of #8B5279
Complementary color
Monochromatic Colors of #8B5279
Black with #8B5279
Text Example
Text Example
White with #8B5279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5279; }
p { color: rgb(139,82,121); }
H1.HeaderClassName
{
color: #8B5279;
}
.AnyTagClassName
{
color: #8B5279;
}
</style>
background-color css
<style>
a { background-color: #8B5279; }
a { background-color: rgb(139,82,121); }
div.DivClassName
{
background-color: #8B5279;
}
.BgClassName
{
background-color: #8B5279;
}
</style>
border-color css
<style>
span { border-color: #8B5279; }
span { border-color: rgb(139,82,121); }
td.TdClassName
{
border-color: #8B5279;
}
.TagClassName
{
border-color: #8B5279;
}
</style>