Shades of Strikemaster #8B6880
Tints of Strikemaster #8B6880
RGB
CMYK
RGB Variations
Color information
#8B6880 (or 0x8B6880) is known color: Strikemaster. HEX triplet: 8B, 68 and 80. RGB value is (139,104,128). Sum of RGB (Red+Green+Blue) = 139+104+128=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6880 is #74977F. Grayscale: #757575. Windows color (decimal): -7640960 or 8415371. OLE color: 8415371.
HSL color Cylindrical-coordinate representation of color #8B6880: hue angle of 318.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B6880 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 128 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.45 |
| HSL | 318.86º | 0.14% | 0.48% | - |
| HSV(B) | 318.86º | 0.25% | 0.55% | - |
| XYZ | 19.49 | 16.95 | 22.67 | - |
| YUV | 117.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 128 | 0 | 0.25 | 0.08 | 0.45 | 318.86 | 0.14 | 0.48 |
| Hex | 8B | 68 | 80 | 0 | 19 | 8 | 2D | 13F | E | 30 |
| Octal | 213 | 150 | 200 | 0 | 31 | 10 | 55 | 477 | 16 | 60 |
| Binary | 10001011 | 1101000 | 10000000 | 0 | 11001 | 1000 | 101101 | 100111111 | 1110 | 110000 |
Color Harmonies of #8B6880
Complementary color
Monochromatic Colors of #8B6880
Black with #8B6880
Text Example
Text Example
White with #8B6880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6880; }
p { color: rgb(139,104,128); }
H1.HeaderClassName
{
color: #8B6880;
}
.AnyTagClassName
{
color: #8B6880;
}
</style>
background-color css
<style>
a { background-color: #8B6880; }
a { background-color: rgb(139,104,128); }
div.DivClassName
{
background-color: #8B6880;
}
.BgClassName
{
background-color: #8B6880;
}
</style>
border-color css
<style>
span { border-color: #8B6880; }
span { border-color: rgb(139,104,128); }
td.TdClassName
{
border-color: #8B6880;
}
.TagClassName
{
border-color: #8B6880;
}
</style>