Shades of Strikemaster #8A6981
Tints of Strikemaster #8A6981
RGB
CMYK
RGB Variations
Color information
#8A6981 (or 0x8A6981) is known color: Strikemaster. HEX triplet: 8A, 69 and 81. RGB value is (138,105,129). Sum of RGB (Red+Green+Blue) = 138+105+129=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6981 is #75967E. Grayscale: #757575. Windows color (decimal): -7706239 or 8481162. OLE color: 8481162.
HSL color Cylindrical-coordinate representation of color #8A6981: hue angle of 316.36º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A6981 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 105 | 129 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.46 |
| HSL | 316.36º | 0.14% | 0.48% | - |
| HSV(B) | 316.36º | 0.24% | 0.54% | - |
| XYZ | 19.5 | 17.09 | 23.04 | - |
| YUV | 117.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 129 | 0 | 0.24 | 0.07 | 0.46 | 316.36 | 0.14 | 0.48 |
| Hex | 8A | 69 | 81 | 0 | 18 | 7 | 2E | 13C | E | 30 |
| Octal | 212 | 151 | 201 | 0 | 30 | 7 | 56 | 474 | 16 | 60 |
| Binary | 10001010 | 1101001 | 10000001 | 0 | 11000 | 111 | 101110 | 100111100 | 1110 | 110000 |
Color Harmonies of #8A6981
Complementary color
Monochromatic Colors of #8A6981
Black with #8A6981
Text Example
Text Example
White with #8A6981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6981; }
p { color: rgb(138,105,129); }
H1.HeaderClassName
{
color: #8A6981;
}
.AnyTagClassName
{
color: #8A6981;
}
</style>
background-color css
<style>
a { background-color: #8A6981; }
a { background-color: rgb(138,105,129); }
div.DivClassName
{
background-color: #8A6981;
}
.BgClassName
{
background-color: #8A6981;
}
</style>
border-color css
<style>
span { border-color: #8A6981; }
span { border-color: rgb(138,105,129); }
td.TdClassName
{
border-color: #8A6981;
}
.TagClassName
{
border-color: #8A6981;
}
</style>