Shades of Strikemaster #8C6181
Tints of Strikemaster #8C6181
RGB
CMYK
RGB Variations
Color information
#8C6181 (or 0x8C6181) is known color: Strikemaster. HEX triplet: 8C, 61 and 81. RGB value is (140,97,129). Sum of RGB (Red+Green+Blue) = 140+97+129=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6181 is #739E7E. Grayscale: #717171. Windows color (decimal): -7577215 or 8479116. OLE color: 8479116.
HSL color Cylindrical-coordinate representation of color #8C6181: hue angle of 315.35º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C6181 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 97 | 129 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.45 |
| HSL | 315.35º | 0.18% | 0.46% | - |
| HSV(B) | 315.35º | 0.31% | 0.55% | - |
| XYZ | 19.05 | 15.71 | 22.8 | - |
| YUV | 113.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 97 | 129 | 0 | 0.31 | 0.08 | 0.45 | 315.35 | 0.18 | 0.46 |
| Hex | 8C | 61 | 81 | 0 | 1F | 8 | 2D | 13B | 12 | 2E |
| Octal | 214 | 141 | 201 | 0 | 37 | 10 | 55 | 473 | 22 | 56 |
| Binary | 10001100 | 1100001 | 10000001 | 0 | 11111 | 1000 | 101101 | 100111011 | 10010 | 101110 |
Color Harmonies of #8C6181
Complementary color
Monochromatic Colors of #8C6181
Black with #8C6181
Text Example
Text Example
White with #8C6181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6181; }
p { color: rgb(140,97,129); }
H1.HeaderClassName
{
color: #8C6181;
}
.AnyTagClassName
{
color: #8C6181;
}
</style>
background-color css
<style>
a { background-color: #8C6181; }
a { background-color: rgb(140,97,129); }
div.DivClassName
{
background-color: #8C6181;
}
.BgClassName
{
background-color: #8C6181;
}
</style>
border-color css
<style>
span { border-color: #8C6181; }
span { border-color: rgb(140,97,129); }
td.TdClassName
{
border-color: #8C6181;
}
.TagClassName
{
border-color: #8C6181;
}
</style>