Shades of Strikemaster #8C6478
Tints of Strikemaster #8C6478
RGB
CMYK
RGB Variations
Color information
#8C6478 (or 0x8C6478) is known color: Strikemaster. HEX triplet: 8C, 64 and 78. RGB value is (140,100,120). Sum of RGB (Red+Green+Blue) = 140+100+120=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6478 is #739B87. Grayscale: #727272. Windows color (decimal): -7576456 or 7890060. OLE color: 7890060.
HSL color Cylindrical-coordinate representation of color #8C6478: hue angle of 330º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C6478 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 100 | 120 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.45 |
| HSL | 330º | 0.17% | 0.47% | - |
| HSV(B) | 330º | 0.29% | 0.55% | - |
| XYZ | 18.76 | 16.05 | 19.88 | - |
| YUV | 114.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 120 | 0 | 0.29 | 0.14 | 0.45 | 330 | 0.17 | 0.47 |
| Hex | 8C | 64 | 78 | 0 | 1D | E | 2D | 14A | 11 | 2F |
| Octal | 214 | 144 | 170 | 0 | 35 | 16 | 55 | 512 | 21 | 57 |
| Binary | 10001100 | 1100100 | 1111000 | 0 | 11101 | 1110 | 101101 | 101001010 | 10001 | 101111 |
Color Harmonies of #8C6478
Complementary color
Monochromatic Colors of #8C6478
Black with #8C6478
Text Example
Text Example
White with #8C6478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6478; }
p { color: rgb(140,100,120); }
H1.HeaderClassName
{
color: #8C6478;
}
.AnyTagClassName
{
color: #8C6478;
}
</style>
background-color css
<style>
a { background-color: #8C6478; }
a { background-color: rgb(140,100,120); }
div.DivClassName
{
background-color: #8C6478;
}
.BgClassName
{
background-color: #8C6478;
}
</style>
border-color css
<style>
span { border-color: #8C6478; }
span { border-color: rgb(140,100,120); }
td.TdClassName
{
border-color: #8C6478;
}
.TagClassName
{
border-color: #8C6478;
}
</style>