Shades of Strikemaster #8C6684
Tints of Strikemaster #8C6684
RGB
CMYK
RGB Variations
Color information
#8C6684 (or 0x8C6684) is known color: Strikemaster. HEX triplet: 8C, 66 and 84. RGB value is (140,102,132). Sum of RGB (Red+Green+Blue) = 140+102+132=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6684 is #73997B. Grayscale: #747474. Windows color (decimal): -7575932 or 8677004. OLE color: 8677004.
HSL color Cylindrical-coordinate representation of color #8C6684: hue angle of 312.63º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C6684 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 102 | 132 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.45 |
| HSL | 312.63º | 0.16% | 0.47% | - |
| HSV(B) | 312.63º | 0.27% | 0.55% | - |
| XYZ | 19.73 | 16.74 | 24.02 | - |
| YUV | 116.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 132 | 0 | 0.27 | 0.06 | 0.45 | 312.63 | 0.16 | 0.47 |
| Hex | 8C | 66 | 84 | 0 | 1B | 6 | 2D | 139 | 10 | 2F |
| Octal | 214 | 146 | 204 | 0 | 33 | 6 | 55 | 471 | 20 | 57 |
| Binary | 10001100 | 1100110 | 10000100 | 0 | 11011 | 110 | 101101 | 100111001 | 10000 | 101111 |
Color Harmonies of #8C6684
Complementary color
Monochromatic Colors of #8C6684
Black with #8C6684
Text Example
Text Example
White with #8C6684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6684; }
p { color: rgb(140,102,132); }
H1.HeaderClassName
{
color: #8C6684;
}
.AnyTagClassName
{
color: #8C6684;
}
</style>
background-color css
<style>
a { background-color: #8C6684; }
a { background-color: rgb(140,102,132); }
div.DivClassName
{
background-color: #8C6684;
}
.BgClassName
{
background-color: #8C6684;
}
</style>
border-color css
<style>
span { border-color: #8C6684; }
span { border-color: rgb(140,102,132); }
td.TdClassName
{
border-color: #8C6684;
}
.TagClassName
{
border-color: #8C6684;
}
</style>