Shades of Strikemaster #8B6281
Tints of Strikemaster #8B6281
RGB
CMYK
RGB Variations
Color information
#8B6281 (or 0x8B6281) is known color: Strikemaster. HEX triplet: 8B, 62 and 81. RGB value is (139,98,129). Sum of RGB (Red+Green+Blue) = 139+98+129=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6281 is #749D7E. Grayscale: #717171. Windows color (decimal): -7642495 or 8479371. OLE color: 8479371.
HSL color Cylindrical-coordinate representation of color #8B6281: hue angle of 314.63º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B6281 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 98 | 129 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.45 |
| HSL | 314.63º | 0.17% | 0.46% | - |
| HSV(B) | 314.63º | 0.29% | 0.55% | - |
| XYZ | 18.98 | 15.81 | 22.82 | - |
| YUV | 113.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 98 | 129 | 0 | 0.29 | 0.07 | 0.45 | 314.63 | 0.17 | 0.46 |
| Hex | 8B | 62 | 81 | 0 | 1D | 7 | 2D | 13B | 11 | 2E |
| Octal | 213 | 142 | 201 | 0 | 35 | 7 | 55 | 473 | 21 | 56 |
| Binary | 10001011 | 1100010 | 10000001 | 0 | 11101 | 111 | 101101 | 100111011 | 10001 | 101110 |
Color Harmonies of #8B6281
Complementary color
Monochromatic Colors of #8B6281
Black with #8B6281
Text Example
Text Example
White with #8B6281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6281; }
p { color: rgb(139,98,129); }
H1.HeaderClassName
{
color: #8B6281;
}
.AnyTagClassName
{
color: #8B6281;
}
</style>
background-color css
<style>
a { background-color: #8B6281; }
a { background-color: rgb(139,98,129); }
div.DivClassName
{
background-color: #8B6281;
}
.BgClassName
{
background-color: #8B6281;
}
</style>
border-color css
<style>
span { border-color: #8B6281; }
span { border-color: rgb(139,98,129); }
td.TdClassName
{
border-color: #8B6281;
}
.TagClassName
{
border-color: #8B6281;
}
</style>