Shades of Strikemaster #8A6C7A
Tints of Strikemaster #8A6C7A
RGB
CMYK
RGB Variations
Color information
#8A6C7A (or 0x8A6C7A) is known color: Strikemaster. HEX triplet: 8A, 6C and 7A. RGB value is (138,108,122). Sum of RGB (Red+Green+Blue) = 138+108+122=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6C7A is #759385. Grayscale: #767676. Windows color (decimal): -7705478 or 8023178. OLE color: 8023178.
HSL color Cylindrical-coordinate representation of color #8A6C7A: hue angle of 332º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A6C7A is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 108 | 122 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.46 |
| HSL | 332º | 0.12% | 0.48% | - |
| HSV(B) | 332º | 0.22% | 0.54% | - |
| XYZ | 19.36 | 17.53 | 20.78 | - |
| YUV | 118.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 108 | 122 | 0 | 0.22 | 0.12 | 0.46 | 332 | 0.12 | 0.48 |
| Hex | 8A | 6C | 7A | 0 | 16 | C | 2E | 14C | C | 30 |
| Octal | 212 | 154 | 172 | 0 | 26 | 14 | 56 | 514 | 14 | 60 |
| Binary | 10001010 | 1101100 | 1111010 | 0 | 10110 | 1100 | 101110 | 101001100 | 1100 | 110000 |
Color Harmonies of #8A6C7A
Complementary color
Monochromatic Colors of #8A6C7A
Black with #8A6C7A
Text Example
Text Example
White with #8A6C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6C7A; }
p { color: rgb(138,108,122); }
H1.HeaderClassName
{
color: #8A6C7A;
}
.AnyTagClassName
{
color: #8A6C7A;
}
</style>
background-color css
<style>
a { background-color: #8A6C7A; }
a { background-color: rgb(138,108,122); }
div.DivClassName
{
background-color: #8A6C7A;
}
.BgClassName
{
background-color: #8A6C7A;
}
</style>
border-color css
<style>
span { border-color: #8A6C7A; }
span { border-color: rgb(138,108,122); }
td.TdClassName
{
border-color: #8A6C7A;
}
.TagClassName
{
border-color: #8A6C7A;
}
</style>