Shades of Strikemaster #8A567A
Tints of Strikemaster #8A567A
RGB
CMYK
RGB Variations
Color information
#8A567A (or 0x8A567A) is known color: Strikemaster. HEX triplet: 8A, 56 and 7A. RGB value is (138,86,122). Sum of RGB (Red+Green+Blue) = 138+86+122=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 138 - color contains mainly: red. Hex color #8A567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A567A is #75A985. Grayscale: #696969. Windows color (decimal): -7711110 or 8017546. OLE color: 8017546.
HSL color Cylindrical-coordinate representation of color #8A567A: hue angle of 318.46º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A567A is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 86 | 122 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.46 |
| HSL | 318.46º | 0.23% | 0.44% | - |
| HSV(B) | 318.46º | 0.38% | 0.54% | - |
| XYZ | 17.32 | 13.46 | 20.1 | - |
| YUV | 105.65 | 137.23 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 86 | 122 | 0 | 0.38 | 0.12 | 0.46 | 318.46 | 0.23 | 0.44 |
| Hex | 8A | 56 | 7A | 0 | 26 | C | 2E | 13E | 17 | 2C |
| Octal | 212 | 126 | 172 | 0 | 46 | 14 | 56 | 476 | 27 | 54 |
| Binary | 10001010 | 1010110 | 1111010 | 0 | 100110 | 1100 | 101110 | 100111110 | 10111 | 101100 |
Color Harmonies of #8A567A
Complementary color
Monochromatic Colors of #8A567A
Black with #8A567A
Text Example
Text Example
White with #8A567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A567A; }
p { color: rgb(138,86,122); }
H1.HeaderClassName
{
color: #8A567A;
}
.AnyTagClassName
{
color: #8A567A;
}
</style>
background-color css
<style>
a { background-color: #8A567A; }
a { background-color: rgb(138,86,122); }
div.DivClassName
{
background-color: #8A567A;
}
.BgClassName
{
background-color: #8A567A;
}
</style>
border-color css
<style>
span { border-color: #8A567A; }
span { border-color: rgb(138,86,122); }
td.TdClassName
{
border-color: #8A567A;
}
.TagClassName
{
border-color: #8A567A;
}
</style>