Shades of Strikemaster #8A6578
Tints of Strikemaster #8A6578
RGB
CMYK
RGB Variations
Color information
#8A6578 (or 0x8A6578) is known color: Strikemaster. HEX triplet: 8A, 65 and 78. RGB value is (138,101,120). Sum of RGB (Red+Green+Blue) = 138+101+120=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6578 is #759A87. Grayscale: #727272. Windows color (decimal): -7707272 or 7890314. OLE color: 7890314.
HSL color Cylindrical-coordinate representation of color #8A6578: hue angle of 329.19º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A6578 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 101 | 120 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.46 |
| HSL | 329.19º | 0.15% | 0.47% | - |
| HSV(B) | 329.19º | 0.27% | 0.54% | - |
| XYZ | 18.53 | 16.07 | 19.89 | - |
| YUV | 114.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 101 | 120 | 0 | 0.27 | 0.13 | 0.46 | 329.19 | 0.15 | 0.47 |
| Hex | 8A | 65 | 78 | 0 | 1B | D | 2E | 149 | F | 2F |
| Octal | 212 | 145 | 170 | 0 | 33 | 15 | 56 | 511 | 17 | 57 |
| Binary | 10001010 | 1100101 | 1111000 | 0 | 11011 | 1101 | 101110 | 101001001 | 1111 | 101111 |
Color Harmonies of #8A6578
Complementary color
Monochromatic Colors of #8A6578
Black with #8A6578
Text Example
Text Example
White with #8A6578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6578; }
p { color: rgb(138,101,120); }
H1.HeaderClassName
{
color: #8A6578;
}
.AnyTagClassName
{
color: #8A6578;
}
</style>
background-color css
<style>
a { background-color: #8A6578; }
a { background-color: rgb(138,101,120); }
div.DivClassName
{
background-color: #8A6578;
}
.BgClassName
{
background-color: #8A6578;
}
</style>
border-color css
<style>
span { border-color: #8A6578; }
span { border-color: rgb(138,101,120); }
td.TdClassName
{
border-color: #8A6578;
}
.TagClassName
{
border-color: #8A6578;
}
</style>