Shades of Strikemaster #8B6480
Tints of Strikemaster #8B6480
RGB
CMYK
RGB Variations
Color information
#8B6480 (or 0x8B6480) is known color: Strikemaster. HEX triplet: 8B, 64 and 80. RGB value is (139,100,128). Sum of RGB (Red+Green+Blue) = 139+100+128=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6480 is #749B7F. Grayscale: #727272. Windows color (decimal): -7641984 or 8414347. OLE color: 8414347.
HSL color Cylindrical-coordinate representation of color #8B6480: hue angle of 316.92º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B6480 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 100 | 128 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.45 |
| HSL | 316.92º | 0.16% | 0.47% | - |
| HSV(B) | 316.92º | 0.28% | 0.55% | - |
| XYZ | 19.1 | 16.16 | 22.53 | - |
| YUV | 114.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 100 | 128 | 0 | 0.28 | 0.08 | 0.45 | 316.92 | 0.16 | 0.47 |
| Hex | 8B | 64 | 80 | 0 | 1C | 8 | 2D | 13D | 10 | 2F |
| Octal | 213 | 144 | 200 | 0 | 34 | 10 | 55 | 475 | 20 | 57 |
| Binary | 10001011 | 1100100 | 10000000 | 0 | 11100 | 1000 | 101101 | 100111101 | 10000 | 101111 |
Color Harmonies of #8B6480
Complementary color
Monochromatic Colors of #8B6480
Black with #8B6480
Text Example
Text Example
White with #8B6480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6480; }
p { color: rgb(139,100,128); }
H1.HeaderClassName
{
color: #8B6480;
}
.AnyTagClassName
{
color: #8B6480;
}
</style>
background-color css
<style>
a { background-color: #8B6480; }
a { background-color: rgb(139,100,128); }
div.DivClassName
{
background-color: #8B6480;
}
.BgClassName
{
background-color: #8B6480;
}
</style>
border-color css
<style>
span { border-color: #8B6480; }
span { border-color: rgb(139,100,128); }
td.TdClassName
{
border-color: #8B6480;
}
.TagClassName
{
border-color: #8B6480;
}
</style>