Shades of Strikemaster #8D6480
Tints of Strikemaster #8D6480
RGB
CMYK
RGB Variations
Color information
#8D6480 (or 0x8D6480) is known color: Strikemaster. HEX triplet: 8D, 64 and 80. RGB value is (141,100,128). Sum of RGB (Red+Green+Blue) = 141+100+128=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6480 is #729B7F. Grayscale: #737373. Windows color (decimal): -7510912 or 8414349. OLE color: 8414349.
HSL color Cylindrical-coordinate representation of color #8D6480: hue angle of 319.02º 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 #8D6480 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 100 | 128 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.45 |
| HSL | 319.02º | 0.17% | 0.47% | - |
| HSV(B) | 319.02º | 0.29% | 0.55% | - |
| XYZ | 19.44 | 16.34 | 22.55 | - |
| YUV | 115.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 128 | 0 | 0.29 | 0.09 | 0.45 | 319.02 | 0.17 | 0.47 |
| Hex | 8D | 64 | 80 | 0 | 1D | 9 | 2D | 13F | 11 | 2F |
| Octal | 215 | 144 | 200 | 0 | 35 | 11 | 55 | 477 | 21 | 57 |
| Binary | 10001101 | 1100100 | 10000000 | 0 | 11101 | 1001 | 101101 | 100111111 | 10001 | 101111 |
Color Harmonies of #8D6480
Complementary color
Monochromatic Colors of #8D6480
Black with #8D6480
Text Example
Text Example
White with #8D6480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6480; }
p { color: rgb(141,100,128); }
H1.HeaderClassName
{
color: #8D6480;
}
.AnyTagClassName
{
color: #8D6480;
}
</style>
background-color css
<style>
a { background-color: #8D6480; }
a { background-color: rgb(141,100,128); }
div.DivClassName
{
background-color: #8D6480;
}
.BgClassName
{
background-color: #8D6480;
}
</style>
border-color css
<style>
span { border-color: #8D6480; }
span { border-color: rgb(141,100,128); }
td.TdClassName
{
border-color: #8D6480;
}
.TagClassName
{
border-color: #8D6480;
}
</style>