Shades of Strikemaster #8D6277
Tints of Strikemaster #8D6277
RGB
CMYK
RGB Variations
Color information
#8D6277 (or 0x8D6277) is known color: Strikemaster. HEX triplet: 8D, 62 and 77. RGB value is (141,98,119). Sum of RGB (Red+Green+Blue) = 141+98+119=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6277 is #729D88. Grayscale: #717171. Windows color (decimal): -7511433 or 7824013. OLE color: 7824013.
HSL color Cylindrical-coordinate representation of color #8D6277: hue angle of 330.7º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D6277 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 98 | 119 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.45 |
| HSL | 330.7º | 0.18% | 0.47% | - |
| HSV(B) | 330.7º | 0.3% | 0.55% | - |
| XYZ | 18.68 | 15.73 | 19.5 | - |
| YUV | 113.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 119 | 0 | 0.30 | 0.16 | 0.45 | 330.7 | 0.18 | 0.47 |
| Hex | 8D | 62 | 77 | 0 | 1E | 10 | 2D | 14B | 12 | 2F |
| Octal | 215 | 142 | 167 | 0 | 36 | 20 | 55 | 513 | 22 | 57 |
| Binary | 10001101 | 1100010 | 1110111 | 0 | 11110 | 10000 | 101101 | 101001011 | 10010 | 101111 |
Color Harmonies of #8D6277
Complementary color
Monochromatic Colors of #8D6277
Black with #8D6277
Text Example
Text Example
White with #8D6277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6277; }
p { color: rgb(141,98,119); }
H1.HeaderClassName
{
color: #8D6277;
}
.AnyTagClassName
{
color: #8D6277;
}
</style>
background-color css
<style>
a { background-color: #8D6277; }
a { background-color: rgb(141,98,119); }
div.DivClassName
{
background-color: #8D6277;
}
.BgClassName
{
background-color: #8D6277;
}
</style>
border-color css
<style>
span { border-color: #8D6277; }
span { border-color: rgb(141,98,119); }
td.TdClassName
{
border-color: #8D6277;
}
.TagClassName
{
border-color: #8D6277;
}
</style>