Shades of Strikemaster #8B5479
Tints of Strikemaster #8B5479
RGB
CMYK
RGB Variations
Color information
#8B5479 (or 0x8B5479) is known color: Strikemaster. HEX triplet: 8B, 54 and 79. RGB value is (139,84,121). Sum of RGB (Red+Green+Blue) = 139+84+121=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5479 is #74AB86. Grayscale: #686868. Windows color (decimal): -7646087 or 7951499. OLE color: 7951499.
HSL color Cylindrical-coordinate representation of color #8B5479: hue angle of 319.64º 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 #8B5479 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 84 | 121 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.45 |
| HSL | 319.64º | 0.25% | 0.44% | - |
| HSV(B) | 319.64º | 0.4% | 0.55% | - |
| XYZ | 17.27 | 13.21 | 19.73 | - |
| YUV | 104.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 84 | 121 | 0 | 0.40 | 0.13 | 0.45 | 319.64 | 0.25 | 0.44 |
| Hex | 8B | 54 | 79 | 0 | 28 | D | 2D | 140 | 19 | 2C |
| Octal | 213 | 124 | 171 | 0 | 50 | 15 | 55 | 500 | 31 | 54 |
| Binary | 10001011 | 1010100 | 1111001 | 0 | 101000 | 1101 | 101101 | 101000000 | 11001 | 101100 |
Color Harmonies of #8B5479
Complementary color
Monochromatic Colors of #8B5479
Black with #8B5479
Text Example
Text Example
White with #8B5479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5479; }
p { color: rgb(139,84,121); }
H1.HeaderClassName
{
color: #8B5479;
}
.AnyTagClassName
{
color: #8B5479;
}
</style>
background-color css
<style>
a { background-color: #8B5479; }
a { background-color: rgb(139,84,121); }
div.DivClassName
{
background-color: #8B5479;
}
.BgClassName
{
background-color: #8B5479;
}
</style>
border-color css
<style>
span { border-color: #8B5479; }
span { border-color: rgb(139,84,121); }
td.TdClassName
{
border-color: #8B5479;
}
.TagClassName
{
border-color: #8B5479;
}
</style>