Shades of Strikemaster #8C6681
Tints of Strikemaster #8C6681
RGB
CMYK
RGB Variations
Color information
#8C6681 (or 0x8C6681) is known color: Strikemaster. HEX triplet: 8C, 66 and 81. RGB value is (140,102,129). Sum of RGB (Red+Green+Blue) = 140+102+129=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6681 is #73997E. Grayscale: #747474. Windows color (decimal): -7575935 or 8480396. OLE color: 8480396.
HSL color Cylindrical-coordinate representation of color #8C6681: hue angle of 317.37º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C6681 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 102 | 129 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.45 |
| HSL | 317.37º | 0.16% | 0.47% | - |
| HSV(B) | 317.37º | 0.27% | 0.55% | - |
| XYZ | 19.53 | 16.66 | 22.96 | - |
| YUV | 116.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 129 | 0 | 0.27 | 0.08 | 0.45 | 317.37 | 0.16 | 0.47 |
| Hex | 8C | 66 | 81 | 0 | 1B | 8 | 2D | 13D | 10 | 2F |
| Octal | 214 | 146 | 201 | 0 | 33 | 10 | 55 | 475 | 20 | 57 |
| Binary | 10001100 | 1100110 | 10000001 | 0 | 11011 | 1000 | 101101 | 100111101 | 10000 | 101111 |
Color Harmonies of #8C6681
Complementary color
Monochromatic Colors of #8C6681
Black with #8C6681
Text Example
Text Example
White with #8C6681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6681; }
p { color: rgb(140,102,129); }
H1.HeaderClassName
{
color: #8C6681;
}
.AnyTagClassName
{
color: #8C6681;
}
</style>
background-color css
<style>
a { background-color: #8C6681; }
a { background-color: rgb(140,102,129); }
div.DivClassName
{
background-color: #8C6681;
}
.BgClassName
{
background-color: #8C6681;
}
</style>
border-color css
<style>
span { border-color: #8C6681; }
span { border-color: rgb(140,102,129); }
td.TdClassName
{
border-color: #8C6681;
}
.TagClassName
{
border-color: #8C6681;
}
</style>