Shades of Strikemaster #8D6483
Tints of Strikemaster #8D6483
RGB
CMYK
RGB Variations
Color information
#8D6483 (or 0x8D6483) is known color: Strikemaster. HEX triplet: 8D, 64 and 83. RGB value is (141,100,131). Sum of RGB (Red+Green+Blue) = 141+100+131=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6483 is #729B7C. Grayscale: #737373. Windows color (decimal): -7510909 or 8610957. OLE color: 8610957.
HSL color Cylindrical-coordinate representation of color #8D6483: hue angle of 314.63º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D6483 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 100 | 131 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.45 |
| HSL | 314.63º | 0.17% | 0.47% | - |
| HSV(B) | 314.63º | 0.29% | 0.55% | - |
| XYZ | 19.64 | 16.42 | 23.61 | - |
| YUV | 115.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 131 | 0 | 0.29 | 0.07 | 0.45 | 314.63 | 0.17 | 0.47 |
| Hex | 8D | 64 | 83 | 0 | 1D | 7 | 2D | 13B | 11 | 2F |
| Octal | 215 | 144 | 203 | 0 | 35 | 7 | 55 | 473 | 21 | 57 |
| Binary | 10001101 | 1100100 | 10000011 | 0 | 11101 | 111 | 101101 | 100111011 | 10001 | 101111 |
Color Harmonies of #8D6483
Complementary color
Monochromatic Colors of #8D6483
Black with #8D6483
Text Example
Text Example
White with #8D6483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6483; }
p { color: rgb(141,100,131); }
H1.HeaderClassName
{
color: #8D6483;
}
.AnyTagClassName
{
color: #8D6483;
}
</style>
background-color css
<style>
a { background-color: #8D6483; }
a { background-color: rgb(141,100,131); }
div.DivClassName
{
background-color: #8D6483;
}
.BgClassName
{
background-color: #8D6483;
}
</style>
border-color css
<style>
span { border-color: #8D6483; }
span { border-color: rgb(141,100,131); }
td.TdClassName
{
border-color: #8D6483;
}
.TagClassName
{
border-color: #8D6483;
}
</style>