Shades of Strikemaster #8C6982
Tints of Strikemaster #8C6982
RGB
CMYK
RGB Variations
Color information
#8C6982 (or 0x8C6982) is known color: Strikemaster. HEX triplet: 8C, 69 and 82. RGB value is (140,105,130). Sum of RGB (Red+Green+Blue) = 140+105+130=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6982 is #73967D. Grayscale: #767676. Windows color (decimal): -7575166 or 8546700. OLE color: 8546700.
HSL color Cylindrical-coordinate representation of color #8C6982: hue angle of 317.14º 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 #8C6982 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 105 | 130 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.45 |
| HSL | 317.14º | 0.14% | 0.48% | - |
| HSV(B) | 317.14º | 0.25% | 0.55% | - |
| XYZ | 19.9 | 17.29 | 23.41 | - |
| YUV | 118.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 130 | 0 | 0.25 | 0.07 | 0.45 | 317.14 | 0.14 | 0.48 |
| Hex | 8C | 69 | 82 | 0 | 19 | 7 | 2D | 13D | E | 30 |
| Octal | 214 | 151 | 202 | 0 | 31 | 7 | 55 | 475 | 16 | 60 |
| Binary | 10001100 | 1101001 | 10000010 | 0 | 11001 | 111 | 101101 | 100111101 | 1110 | 110000 |
Color Harmonies of #8C6982
Complementary color
Monochromatic Colors of #8C6982
Black with #8C6982
Text Example
Text Example
White with #8C6982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6982; }
p { color: rgb(140,105,130); }
H1.HeaderClassName
{
color: #8C6982;
}
.AnyTagClassName
{
color: #8C6982;
}
</style>
background-color css
<style>
a { background-color: #8C6982; }
a { background-color: rgb(140,105,130); }
div.DivClassName
{
background-color: #8C6982;
}
.BgClassName
{
background-color: #8C6982;
}
</style>
border-color css
<style>
span { border-color: #8C6982; }
span { border-color: rgb(140,105,130); }
td.TdClassName
{
border-color: #8C6982;
}
.TagClassName
{
border-color: #8C6982;
}
</style>