Shades of Strikemaster #8C6981
Tints of Strikemaster #8C6981
RGB
CMYK
RGB Variations
Color information
#8C6981 (or 0x8C6981) is known color: Strikemaster. HEX triplet: 8C, 69 and 81. RGB value is (140,105,129). Sum of RGB (Red+Green+Blue) = 140+105+129=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6981 is #73967E. Grayscale: #767676. Windows color (decimal): -7575167 or 8481164. OLE color: 8481164.
HSL color Cylindrical-coordinate representation of color #8C6981: hue angle of 318.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C6981 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 105 | 129 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.45 |
| HSL | 318.86º | 0.14% | 0.48% | - |
| HSV(B) | 318.86º | 0.25% | 0.55% | - |
| XYZ | 19.83 | 17.26 | 23.06 | - |
| YUV | 118.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 129 | 0 | 0.25 | 0.08 | 0.45 | 318.86 | 0.14 | 0.48 |
| Hex | 8C | 69 | 81 | 0 | 19 | 8 | 2D | 13F | E | 30 |
| Octal | 214 | 151 | 201 | 0 | 31 | 10 | 55 | 477 | 16 | 60 |
| Binary | 10001100 | 1101001 | 10000001 | 0 | 11001 | 1000 | 101101 | 100111111 | 1110 | 110000 |
Color Harmonies of #8C6981
Complementary color
Monochromatic Colors of #8C6981
Black with #8C6981
Text Example
Text Example
White with #8C6981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6981; }
p { color: rgb(140,105,129); }
H1.HeaderClassName
{
color: #8C6981;
}
.AnyTagClassName
{
color: #8C6981;
}
</style>
background-color css
<style>
a { background-color: #8C6981; }
a { background-color: rgb(140,105,129); }
div.DivClassName
{
background-color: #8C6981;
}
.BgClassName
{
background-color: #8C6981;
}
</style>
border-color css
<style>
span { border-color: #8C6981; }
span { border-color: rgb(140,105,129); }
td.TdClassName
{
border-color: #8C6981;
}
.TagClassName
{
border-color: #8C6981;
}
</style>