Shades of Strikemaster #8A6D83
Tints of Strikemaster #8A6D83
RGB
CMYK
RGB Variations
Color information
#8A6D83 (or 0x8A6D83) is known color: Strikemaster. HEX triplet: 8A, 6D and 83. RGB value is (138,109,131). Sum of RGB (Red+Green+Blue) = 138+109+131=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6D83 is #75927C. Grayscale: #787878. Windows color (decimal): -7705213 or 8613258. OLE color: 8613258.
HSL color Cylindrical-coordinate representation of color #8A6D83: hue angle of 314.48º 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 #8A6D83 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 109 | 131 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.46 |
| HSL | 314.48º | 0.12% | 0.48% | - |
| HSV(B) | 314.48º | 0.21% | 0.54% | - |
| XYZ | 20.05 | 17.98 | 23.89 | - |
| YUV | 120.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 131 | 0 | 0.21 | 0.05 | 0.46 | 314.48 | 0.12 | 0.48 |
| Hex | 8A | 6D | 83 | 0 | 15 | 5 | 2E | 13A | C | 30 |
| Octal | 212 | 155 | 203 | 0 | 25 | 5 | 56 | 472 | 14 | 60 |
| Binary | 10001010 | 1101101 | 10000011 | 0 | 10101 | 101 | 101110 | 100111010 | 1100 | 110000 |
Color Harmonies of #8A6D83
Complementary color
Monochromatic Colors of #8A6D83
Black with #8A6D83
Text Example
Text Example
White with #8A6D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6D83; }
p { color: rgb(138,109,131); }
H1.HeaderClassName
{
color: #8A6D83;
}
.AnyTagClassName
{
color: #8A6D83;
}
</style>
background-color css
<style>
a { background-color: #8A6D83; }
a { background-color: rgb(138,109,131); }
div.DivClassName
{
background-color: #8A6D83;
}
.BgClassName
{
background-color: #8A6D83;
}
</style>
border-color css
<style>
span { border-color: #8A6D83; }
span { border-color: rgb(138,109,131); }
td.TdClassName
{
border-color: #8A6D83;
}
.TagClassName
{
border-color: #8A6D83;
}
</style>