Shades of Strikemaster #8A6781
Tints of Strikemaster #8A6781
RGB
CMYK
RGB Variations
Color information
#8A6781 (or 0x8A6781) is known color: Strikemaster. HEX triplet: 8A, 67 and 81. RGB value is (138,103,129). Sum of RGB (Red+Green+Blue) = 138+103+129=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6781 is #75987E. Grayscale: #747474. Windows color (decimal): -7706751 or 8480650. OLE color: 8480650.
HSL color Cylindrical-coordinate representation of color #8A6781: hue angle of 315.43º 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 #8A6781 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 103 | 129 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.46 |
| HSL | 315.43º | 0.15% | 0.47% | - |
| HSV(B) | 315.43º | 0.25% | 0.54% | - |
| XYZ | 19.29 | 16.69 | 22.97 | - |
| YUV | 116.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 103 | 129 | 0 | 0.25 | 0.07 | 0.46 | 315.43 | 0.15 | 0.47 |
| Hex | 8A | 67 | 81 | 0 | 19 | 7 | 2E | 13B | F | 2F |
| Octal | 212 | 147 | 201 | 0 | 31 | 7 | 56 | 473 | 17 | 57 |
| Binary | 10001010 | 1100111 | 10000001 | 0 | 11001 | 111 | 101110 | 100111011 | 1111 | 101111 |
Color Harmonies of #8A6781
Complementary color
Monochromatic Colors of #8A6781
Black with #8A6781
Text Example
Text Example
White with #8A6781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6781; }
p { color: rgb(138,103,129); }
H1.HeaderClassName
{
color: #8A6781;
}
.AnyTagClassName
{
color: #8A6781;
}
</style>
background-color css
<style>
a { background-color: #8A6781; }
a { background-color: rgb(138,103,129); }
div.DivClassName
{
background-color: #8A6781;
}
.BgClassName
{
background-color: #8A6781;
}
</style>
border-color css
<style>
span { border-color: #8A6781; }
span { border-color: rgb(138,103,129); }
td.TdClassName
{
border-color: #8A6781;
}
.TagClassName
{
border-color: #8A6781;
}
</style>