Shades of Strikemaster #8A567B
Tints of Strikemaster #8A567B
RGB
CMYK
RGB Variations
Color information
#8A567B (or 0x8A567B) is known color: Strikemaster. HEX triplet: 8A, 56 and 7B. RGB value is (138,86,123). Sum of RGB (Red+Green+Blue) = 138+86+123=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 138 - color contains mainly: red. Hex color #8A567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A567B is #75A984. Grayscale: #696969. Windows color (decimal): -7711109 or 8083082. OLE color: 8083082.
HSL color Cylindrical-coordinate representation of color #8A567B: hue angle of 317.31º 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 #8A567B is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 86 | 123 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.46 |
| HSL | 317.31º | 0.23% | 0.44% | - |
| HSV(B) | 317.31º | 0.38% | 0.54% | - |
| XYZ | 17.38 | 13.49 | 20.43 | - |
| YUV | 105.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 86 | 123 | 0 | 0.38 | 0.11 | 0.46 | 317.31 | 0.23 | 0.44 |
| Hex | 8A | 56 | 7B | 0 | 26 | B | 2E | 13D | 17 | 2C |
| Octal | 212 | 126 | 173 | 0 | 46 | 13 | 56 | 475 | 27 | 54 |
| Binary | 10001010 | 1010110 | 1111011 | 0 | 100110 | 1011 | 101110 | 100111101 | 10111 | 101100 |
Color Harmonies of #8A567B
Complementary color
Monochromatic Colors of #8A567B
Black with #8A567B
Text Example
Text Example
White with #8A567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A567B; }
p { color: rgb(138,86,123); }
H1.HeaderClassName
{
color: #8A567B;
}
.AnyTagClassName
{
color: #8A567B;
}
</style>
background-color css
<style>
a { background-color: #8A567B; }
a { background-color: rgb(138,86,123); }
div.DivClassName
{
background-color: #8A567B;
}
.BgClassName
{
background-color: #8A567B;
}
</style>
border-color css
<style>
span { border-color: #8A567B; }
span { border-color: rgb(138,86,123); }
td.TdClassName
{
border-color: #8A567B;
}
.TagClassName
{
border-color: #8A567B;
}
</style>