Shades of Strikemaster #8C6279
Tints of Strikemaster #8C6279
RGB
CMYK
RGB Variations
Color information
#8C6279 (or 0x8C6279) is known color: Strikemaster. HEX triplet: 8C, 62 and 79. RGB value is (140,98,121). Sum of RGB (Red+Green+Blue) = 140+98+121=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6279 is #739D86. Grayscale: #717171. Windows color (decimal): -7576967 or 7955084. OLE color: 7955084.
HSL color Cylindrical-coordinate representation of color #8C6279: hue angle of 327.14º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C6279 is Cyan = 0, Magento = 0.3, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 98 | 121 | - |
| CMYK | 0 | 0.3 | 0.14 | 0.45 |
| HSL | 327.14º | 0.18% | 0.47% | - |
| HSV(B) | 327.14º | 0.3% | 0.55% | - |
| XYZ | 18.63 | 15.69 | 20.14 | - |
| YUV | 113.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 121 | 0 | 0.3 | 0.14 | 0.45 | 327.14 | 0.18 | 0.47 |
| Hex | 8C | 62 | 79 | 0 | 1E | E | 2D | 147 | 12 | 2F |
| Octal | 214 | 142 | 171 | 0 | 36 | 16 | 55 | 507 | 22 | 57 |
| Binary | 10001100 | 1100010 | 1111001 | 0 | 11110 | 1110 | 101101 | 101000111 | 10010 | 101111 |
Color Harmonies of #8C6279
Complementary color
Monochromatic Colors of #8C6279
Black with #8C6279
Text Example
Text Example
White with #8C6279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6279; }
p { color: rgb(140,98,121); }
H1.HeaderClassName
{
color: #8C6279;
}
.AnyTagClassName
{
color: #8C6279;
}
</style>
background-color css
<style>
a { background-color: #8C6279; }
a { background-color: rgb(140,98,121); }
div.DivClassName
{
background-color: #8C6279;
}
.BgClassName
{
background-color: #8C6279;
}
</style>
border-color css
<style>
span { border-color: #8C6279; }
span { border-color: rgb(140,98,121); }
td.TdClassName
{
border-color: #8C6279;
}
.TagClassName
{
border-color: #8C6279;
}
</style>