Shades of Strikemaster #8A6982
Tints of Strikemaster #8A6982
RGB
CMYK
RGB Variations
Color information
#8A6982 (or 0x8A6982) is known color: Strikemaster. HEX triplet: 8A, 69 and 82. RGB value is (138,105,130). Sum of RGB (Red+Green+Blue) = 138+105+130=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6982 is #75967D. Grayscale: #757575. Windows color (decimal): -7706238 or 8546698. OLE color: 8546698.
HSL color Cylindrical-coordinate representation of color #8A6982: hue angle of 314.55º 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 #8A6982 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 105 | 130 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.46 |
| HSL | 314.55º | 0.14% | 0.48% | - |
| HSV(B) | 314.55º | 0.24% | 0.54% | - |
| XYZ | 19.56 | 17.12 | 23.39 | - |
| YUV | 117.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 130 | 0 | 0.24 | 0.06 | 0.46 | 314.55 | 0.14 | 0.48 |
| Hex | 8A | 69 | 82 | 0 | 18 | 6 | 2E | 13B | E | 30 |
| Octal | 212 | 151 | 202 | 0 | 30 | 6 | 56 | 473 | 16 | 60 |
| Binary | 10001010 | 1101001 | 10000010 | 0 | 11000 | 110 | 101110 | 100111011 | 1110 | 110000 |
Color Harmonies of #8A6982
Complementary color
Monochromatic Colors of #8A6982
Black with #8A6982
Text Example
Text Example
White with #8A6982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6982; }
p { color: rgb(138,105,130); }
H1.HeaderClassName
{
color: #8A6982;
}
.AnyTagClassName
{
color: #8A6982;
}
</style>
background-color css
<style>
a { background-color: #8A6982; }
a { background-color: rgb(138,105,130); }
div.DivClassName
{
background-color: #8A6982;
}
.BgClassName
{
background-color: #8A6982;
}
</style>
border-color css
<style>
span { border-color: #8A6982; }
span { border-color: rgb(138,105,130); }
td.TdClassName
{
border-color: #8A6982;
}
.TagClassName
{
border-color: #8A6982;
}
</style>