Shades of Strikemaster #8C6985
Tints of Strikemaster #8C6985
RGB
CMYK
RGB Variations
Color information
#8C6985 (or 0x8C6985) is known color: Strikemaster. HEX triplet: 8C, 69 and 85. RGB value is (140,105,133). Sum of RGB (Red+Green+Blue) = 140+105+133=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6985 is #73967A. Grayscale: #767676. Windows color (decimal): -7575163 or 8743308. OLE color: 8743308.
HSL color Cylindrical-coordinate representation of color #8C6985: hue angle of 312º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C6985 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 105 | 133 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.45 |
| HSL | 312º | 0.14% | 0.48% | - |
| HSV(B) | 312º | 0.25% | 0.55% | - |
| XYZ | 20.1 | 17.37 | 24.48 | - |
| YUV | 118.66 | 136.1 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 133 | 0 | 0.25 | 0.05 | 0.45 | 312 | 0.14 | 0.48 |
| Hex | 8C | 69 | 85 | 0 | 19 | 5 | 2D | 138 | E | 30 |
| Octal | 214 | 151 | 205 | 0 | 31 | 5 | 55 | 470 | 16 | 60 |
| Binary | 10001100 | 1101001 | 10000101 | 0 | 11001 | 101 | 101101 | 100111000 | 1110 | 110000 |
Color Harmonies of #8C6985
Complementary color
Monochromatic Colors of #8C6985
Black with #8C6985
Text Example
Text Example
White with #8C6985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6985; }
p { color: rgb(140,105,133); }
H1.HeaderClassName
{
color: #8C6985;
}
.AnyTagClassName
{
color: #8C6985;
}
</style>
background-color css
<style>
a { background-color: #8C6985; }
a { background-color: rgb(140,105,133); }
div.DivClassName
{
background-color: #8C6985;
}
.BgClassName
{
background-color: #8C6985;
}
</style>
border-color css
<style>
span { border-color: #8C6985; }
span { border-color: rgb(140,105,133); }
td.TdClassName
{
border-color: #8C6985;
}
.TagClassName
{
border-color: #8C6985;
}
</style>