Shades of Strikemaster #8C6B81
Tints of Strikemaster #8C6B81
RGB
CMYK
RGB Variations
Color information
#8C6B81 (or 0x8C6B81) is known color: Strikemaster. HEX triplet: 8C, 6B and 81. RGB value is (140,107,129). Sum of RGB (Red+Green+Blue) = 140+107+129=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6B81 is #73947E. Grayscale: #777777. Windows color (decimal): -7574655 or 8481676. OLE color: 8481676.
HSL color Cylindrical-coordinate representation of color #8C6B81: hue angle of 320º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C6B81 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 107 | 129 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.45 |
| HSL | 320º | 0.13% | 0.48% | - |
| HSV(B) | 320º | 0.24% | 0.55% | - |
| XYZ | 20.04 | 17.68 | 23.12 | - |
| YUV | 119.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 129 | 0 | 0.24 | 0.08 | 0.45 | 320 | 0.13 | 0.48 |
| Hex | 8C | 6B | 81 | 0 | 18 | 8 | 2D | 140 | D | 30 |
| Octal | 214 | 153 | 201 | 0 | 30 | 10 | 55 | 500 | 15 | 60 |
| Binary | 10001100 | 1101011 | 10000001 | 0 | 11000 | 1000 | 101101 | 101000000 | 1101 | 110000 |
Color Harmonies of #8C6B81
Complementary color
Monochromatic Colors of #8C6B81
Black with #8C6B81
Text Example
Text Example
White with #8C6B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6B81; }
p { color: rgb(140,107,129); }
H1.HeaderClassName
{
color: #8C6B81;
}
.AnyTagClassName
{
color: #8C6B81;
}
</style>
background-color css
<style>
a { background-color: #8C6B81; }
a { background-color: rgb(140,107,129); }
div.DivClassName
{
background-color: #8C6B81;
}
.BgClassName
{
background-color: #8C6B81;
}
</style>
border-color css
<style>
span { border-color: #8C6B81; }
span { border-color: rgb(140,107,129); }
td.TdClassName
{
border-color: #8C6B81;
}
.TagClassName
{
border-color: #8C6B81;
}
</style>