Shades of Strikemaster #8A6980
Tints of Strikemaster #8A6980
RGB
CMYK
RGB Variations
Color information
#8A6980 (or 0x8A6980) is known color: Strikemaster. HEX triplet: 8A, 69 and 80. RGB value is (138,105,128). Sum of RGB (Red+Green+Blue) = 138+105+128=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6980 is #75967F. Grayscale: #757575. Windows color (decimal): -7706240 or 8415626. OLE color: 8415626.
HSL color Cylindrical-coordinate representation of color #8A6980: hue angle of 318.18º 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 #8A6980 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 105 | 128 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.46 |
| HSL | 318.18º | 0.14% | 0.48% | - |
| HSV(B) | 318.18º | 0.24% | 0.54% | - |
| XYZ | 19.43 | 17.06 | 22.69 | - |
| YUV | 117.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 128 | 0 | 0.24 | 0.07 | 0.46 | 318.18 | 0.14 | 0.48 |
| Hex | 8A | 69 | 80 | 0 | 18 | 7 | 2E | 13E | E | 30 |
| Octal | 212 | 151 | 200 | 0 | 30 | 7 | 56 | 476 | 16 | 60 |
| Binary | 10001010 | 1101001 | 10000000 | 0 | 11000 | 111 | 101110 | 100111110 | 1110 | 110000 |
Color Harmonies of #8A6980
Complementary color
Monochromatic Colors of #8A6980
Black with #8A6980
Text Example
Text Example
White with #8A6980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6980; }
p { color: rgb(138,105,128); }
H1.HeaderClassName
{
color: #8A6980;
}
.AnyTagClassName
{
color: #8A6980;
}
</style>
background-color css
<style>
a { background-color: #8A6980; }
a { background-color: rgb(138,105,128); }
div.DivClassName
{
background-color: #8A6980;
}
.BgClassName
{
background-color: #8A6980;
}
</style>
border-color css
<style>
span { border-color: #8A6980; }
span { border-color: rgb(138,105,128); }
td.TdClassName
{
border-color: #8A6980;
}
.TagClassName
{
border-color: #8A6980;
}
</style>