Shades of Strikemaster #8C6C7E
Tints of Strikemaster #8C6C7E
RGB
CMYK
RGB Variations
Color information
#8C6C7E (or 0x8C6C7E) is known color: Strikemaster. HEX triplet: 8C, 6C and 7E. RGB value is (140,108,126). Sum of RGB (Red+Green+Blue) = 140+108+126=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6C7E is #739381. Grayscale: #777777. Windows color (decimal): -7574402 or 8285324. OLE color: 8285324.
HSL color Cylindrical-coordinate representation of color #8C6C7E: hue angle of 326.25º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C6C7E is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 108 | 126 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.45 |
| HSL | 326.25º | 0.13% | 0.49% | - |
| HSV(B) | 326.25º | 0.23% | 0.55% | - |
| XYZ | 19.94 | 17.81 | 22.12 | - |
| YUV | 119.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 108 | 126 | 0 | 0.23 | 0.10 | 0.45 | 326.25 | 0.13 | 0.49 |
| Hex | 8C | 6C | 7E | 0 | 17 | A | 2D | 146 | D | 31 |
| Octal | 214 | 154 | 176 | 0 | 27 | 12 | 55 | 506 | 15 | 61 |
| Binary | 10001100 | 1101100 | 1111110 | 0 | 10111 | 1010 | 101101 | 101000110 | 1101 | 110001 |
Color Harmonies of #8C6C7E
Complementary color
Monochromatic Colors of #8C6C7E
Black with #8C6C7E
Text Example
Text Example
White with #8C6C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6C7E; }
p { color: rgb(140,108,126); }
H1.HeaderClassName
{
color: #8C6C7E;
}
.AnyTagClassName
{
color: #8C6C7E;
}
</style>
background-color css
<style>
a { background-color: #8C6C7E; }
a { background-color: rgb(140,108,126); }
div.DivClassName
{
background-color: #8C6C7E;
}
.BgClassName
{
background-color: #8C6C7E;
}
</style>
border-color css
<style>
span { border-color: #8C6C7E; }
span { border-color: rgb(140,108,126); }
td.TdClassName
{
border-color: #8C6C7E;
}
.TagClassName
{
border-color: #8C6C7E;
}
</style>