Shades of Strikemaster #8A6D7F
Tints of Strikemaster #8A6D7F
RGB
CMYK
RGB Variations
Color information
#8A6D7F (or 0x8A6D7F) is known color: Strikemaster. HEX triplet: 8A, 6D and 7F. RGB value is (138,109,127). Sum of RGB (Red+Green+Blue) = 138+109+127=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6D7F is #759280. Grayscale: #777777. Windows color (decimal): -7705217 or 8351114. OLE color: 8351114.
HSL color Cylindrical-coordinate representation of color #8A6D7F: hue angle of 322.76º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A6D7F is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 109 | 127 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.46 |
| HSL | 322.76º | 0.12% | 0.48% | - |
| HSV(B) | 322.76º | 0.21% | 0.54% | - |
| XYZ | 19.78 | 17.87 | 22.49 | - |
| YUV | 119.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 127 | 0 | 0.21 | 0.08 | 0.46 | 322.76 | 0.12 | 0.48 |
| Hex | 8A | 6D | 7F | 0 | 15 | 8 | 2E | 143 | C | 30 |
| Octal | 212 | 155 | 177 | 0 | 25 | 10 | 56 | 503 | 14 | 60 |
| Binary | 10001010 | 1101101 | 1111111 | 0 | 10101 | 1000 | 101110 | 101000011 | 1100 | 110000 |
Color Harmonies of #8A6D7F
Complementary color
Monochromatic Colors of #8A6D7F
Black with #8A6D7F
Text Example
Text Example
White with #8A6D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6D7F; }
p { color: rgb(138,109,127); }
H1.HeaderClassName
{
color: #8A6D7F;
}
.AnyTagClassName
{
color: #8A6D7F;
}
</style>
background-color css
<style>
a { background-color: #8A6D7F; }
a { background-color: rgb(138,109,127); }
div.DivClassName
{
background-color: #8A6D7F;
}
.BgClassName
{
background-color: #8A6D7F;
}
</style>
border-color css
<style>
span { border-color: #8A6D7F; }
span { border-color: rgb(138,109,127); }
td.TdClassName
{
border-color: #8A6D7F;
}
.TagClassName
{
border-color: #8A6D7F;
}
</style>