Shades of Strikemaster #8C7284
Tints of Strikemaster #8C7284
RGB
CMYK
RGB Variations
Color information
#8C7284 (or 0x8C7284) is known color: Strikemaster. HEX triplet: 8C, 72 and 84. RGB value is (140,114,132). Sum of RGB (Red+Green+Blue) = 140+114+132=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7284 is #738D7B. Grayscale: #7B7B7B. Windows color (decimal): -7572860 or 8680076. OLE color: 8680076.
HSL color Cylindrical-coordinate representation of color #8C7284: hue angle of 318.46º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C7284 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 114 | 132 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.45 |
| HSL | 318.46º | 0.1% | 0.5% | - |
| HSV(B) | 318.46º | 0.19% | 0.55% | - |
| XYZ | 21 | 19.28 | 24.44 | - |
| YUV | 123.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 114 | 132 | 0 | 0.19 | 0.06 | 0.45 | 318.46 | 0.1 | 0.5 |
| Hex | 8C | 72 | 84 | 0 | 13 | 6 | 2D | 13E | A | 32 |
| Octal | 214 | 162 | 204 | 0 | 23 | 6 | 55 | 476 | 12 | 62 |
| Binary | 10001100 | 1110010 | 10000100 | 0 | 10011 | 110 | 101101 | 100111110 | 1010 | 110010 |
Color Harmonies of #8C7284
Complementary color
Monochromatic Colors of #8C7284
Black with #8C7284
Text Example
Text Example
White with #8C7284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7284; }
p { color: rgb(140,114,132); }
H1.HeaderClassName
{
color: #8C7284;
}
.AnyTagClassName
{
color: #8C7284;
}
</style>
background-color css
<style>
a { background-color: #8C7284; }
a { background-color: rgb(140,114,132); }
div.DivClassName
{
background-color: #8C7284;
}
.BgClassName
{
background-color: #8C7284;
}
</style>
border-color css
<style>
span { border-color: #8C7284; }
span { border-color: rgb(140,114,132); }
td.TdClassName
{
border-color: #8C7284;
}
.TagClassName
{
border-color: #8C7284;
}
</style>