Shades of Strikemaster #8A6782
Tints of Strikemaster #8A6782
RGB
CMYK
RGB Variations
Color information
#8A6782 (or 0x8A6782) is known color: Strikemaster. HEX triplet: 8A, 67 and 82. RGB value is (138,103,130). Sum of RGB (Red+Green+Blue) = 138+103+130=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6782 is #75987D. Grayscale: #747474. Windows color (decimal): -7706750 or 8546186. OLE color: 8546186.
HSL color Cylindrical-coordinate representation of color #8A6782: hue angle of 313.71º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A6782 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 103 | 130 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.46 |
| HSL | 313.71º | 0.15% | 0.47% | - |
| HSV(B) | 313.71º | 0.25% | 0.54% | - |
| XYZ | 19.36 | 16.72 | 23.33 | - |
| YUV | 116.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 103 | 130 | 0 | 0.25 | 0.06 | 0.46 | 313.71 | 0.15 | 0.47 |
| Hex | 8A | 67 | 82 | 0 | 19 | 6 | 2E | 13A | F | 2F |
| Octal | 212 | 147 | 202 | 0 | 31 | 6 | 56 | 472 | 17 | 57 |
| Binary | 10001010 | 1100111 | 10000010 | 0 | 11001 | 110 | 101110 | 100111010 | 1111 | 101111 |
Color Harmonies of #8A6782
Complementary color
Monochromatic Colors of #8A6782
Black with #8A6782
Text Example
Text Example
White with #8A6782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6782; }
p { color: rgb(138,103,130); }
H1.HeaderClassName
{
color: #8A6782;
}
.AnyTagClassName
{
color: #8A6782;
}
</style>
background-color css
<style>
a { background-color: #8A6782; }
a { background-color: rgb(138,103,130); }
div.DivClassName
{
background-color: #8A6782;
}
.BgClassName
{
background-color: #8A6782;
}
</style>
border-color css
<style>
span { border-color: #8A6782; }
span { border-color: rgb(138,103,130); }
td.TdClassName
{
border-color: #8A6782;
}
.TagClassName
{
border-color: #8A6782;
}
</style>