Shades of Strikemaster #8A6B7A
Tints of Strikemaster #8A6B7A
RGB
CMYK
RGB Variations
Color information
#8A6B7A (or 0x8A6B7A) is known color: Strikemaster. HEX triplet: 8A, 6B and 7A. RGB value is (138,107,122). Sum of RGB (Red+Green+Blue) = 138+107+122=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6B7A is #759485. Grayscale: #757575. Windows color (decimal): -7705734 or 8022922. OLE color: 8022922.
HSL color Cylindrical-coordinate representation of color #8A6B7A: hue angle of 330.97º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A6B7A is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 107 | 122 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.46 |
| HSL | 330.97º | 0.13% | 0.48% | - |
| HSV(B) | 330.97º | 0.22% | 0.54% | - |
| XYZ | 19.25 | 17.32 | 20.74 | - |
| YUV | 117.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 107 | 122 | 0 | 0.22 | 0.12 | 0.46 | 330.97 | 0.13 | 0.48 |
| Hex | 8A | 6B | 7A | 0 | 16 | C | 2E | 14B | D | 30 |
| Octal | 212 | 153 | 172 | 0 | 26 | 14 | 56 | 513 | 15 | 60 |
| Binary | 10001010 | 1101011 | 1111010 | 0 | 10110 | 1100 | 101110 | 101001011 | 1101 | 110000 |
Color Harmonies of #8A6B7A
Complementary color
Monochromatic Colors of #8A6B7A
Black with #8A6B7A
Text Example
Text Example
White with #8A6B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6B7A; }
p { color: rgb(138,107,122); }
H1.HeaderClassName
{
color: #8A6B7A;
}
.AnyTagClassName
{
color: #8A6B7A;
}
</style>
background-color css
<style>
a { background-color: #8A6B7A; }
a { background-color: rgb(138,107,122); }
div.DivClassName
{
background-color: #8A6B7A;
}
.BgClassName
{
background-color: #8A6B7A;
}
</style>
border-color css
<style>
span { border-color: #8A6B7A; }
span { border-color: rgb(138,107,122); }
td.TdClassName
{
border-color: #8A6B7A;
}
.TagClassName
{
border-color: #8A6B7A;
}
</style>