Shades of Strikemaster #8D6182
Tints of Strikemaster #8D6182
RGB
CMYK
RGB Variations
Color information
#8D6182 (or 0x8D6182) is known color: Strikemaster. HEX triplet: 8D, 61 and 82. RGB value is (141,97,130). Sum of RGB (Red+Green+Blue) = 141+97+130=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6182 is #729E7D. Grayscale: #717171. Windows color (decimal): -7511678 or 8544653. OLE color: 8544653.
HSL color Cylindrical-coordinate representation of color #8D6182: hue angle of 315º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D6182 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 130 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.45 |
| HSL | 315º | 0.18% | 0.47% | - |
| HSV(B) | 315º | 0.31% | 0.55% | - |
| XYZ | 19.29 | 15.82 | 23.16 | - |
| YUV | 113.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 130 | 0 | 0.31 | 0.08 | 0.45 | 315 | 0.18 | 0.47 |
| Hex | 8D | 61 | 82 | 0 | 1F | 8 | 2D | 13B | 12 | 2F |
| Octal | 215 | 141 | 202 | 0 | 37 | 10 | 55 | 473 | 22 | 57 |
| Binary | 10001101 | 1100001 | 10000010 | 0 | 11111 | 1000 | 101101 | 100111011 | 10010 | 101111 |
Color Harmonies of #8D6182
Complementary color
Monochromatic Colors of #8D6182
Black with #8D6182
Text Example
Text Example
White with #8D6182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6182; }
p { color: rgb(141,97,130); }
H1.HeaderClassName
{
color: #8D6182;
}
.AnyTagClassName
{
color: #8D6182;
}
</style>
background-color css
<style>
a { background-color: #8D6182; }
a { background-color: rgb(141,97,130); }
div.DivClassName
{
background-color: #8D6182;
}
.BgClassName
{
background-color: #8D6182;
}
</style>
border-color css
<style>
span { border-color: #8D6182; }
span { border-color: rgb(141,97,130); }
td.TdClassName
{
border-color: #8D6182;
}
.TagClassName
{
border-color: #8D6182;
}
</style>