Shades of Strikemaster #8C6C7D
Tints of Strikemaster #8C6C7D
RGB
CMYK
RGB Variations
Color information
#8C6C7D (or 0x8C6C7D) is known color: Strikemaster. HEX triplet: 8C, 6C and 7D. RGB value is (140,108,125). Sum of RGB (Red+Green+Blue) = 140+108+125=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6C7D is #739382. Grayscale: #777777. Windows color (decimal): -7574403 or 8219788. OLE color: 8219788.
HSL color Cylindrical-coordinate representation of color #8C6C7D: hue angle of 328.12º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C6C7D is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 108 | 125 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.45 |
| HSL | 328.13º | 0.13% | 0.49% | - |
| HSV(B) | 328.13º | 0.23% | 0.55% | - |
| XYZ | 19.88 | 17.78 | 21.79 | - |
| YUV | 119.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 108 | 125 | 0 | 0.23 | 0.11 | 0.45 | 328.13 | 0.13 | 0.49 |
| Hex | 8C | 6C | 7D | 0 | 17 | B | 2D | 148 | D | 31 |
| Octal | 214 | 154 | 175 | 0 | 27 | 13 | 55 | 510 | 15 | 61 |
| Binary | 10001100 | 1101100 | 1111101 | 0 | 10111 | 1011 | 101101 | 101001000 | 1101 | 110001 |
Color Harmonies of #8C6C7D
Complementary color
Monochromatic Colors of #8C6C7D
Black with #8C6C7D
Text Example
Text Example
White with #8C6C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6C7D; }
p { color: rgb(140,108,125); }
H1.HeaderClassName
{
color: #8C6C7D;
}
.AnyTagClassName
{
color: #8C6C7D;
}
</style>
background-color css
<style>
a { background-color: #8C6C7D; }
a { background-color: rgb(140,108,125); }
div.DivClassName
{
background-color: #8C6C7D;
}
.BgClassName
{
background-color: #8C6C7D;
}
</style>
border-color css
<style>
span { border-color: #8C6C7D; }
span { border-color: rgb(140,108,125); }
td.TdClassName
{
border-color: #8C6C7D;
}
.TagClassName
{
border-color: #8C6C7D;
}
</style>