Shades of Strikemaster #8D6484
Tints of Strikemaster #8D6484
RGB
CMYK
RGB Variations
Color information
#8D6484 (or 0x8D6484) is known color: Strikemaster. HEX triplet: 8D, 64 and 84. RGB value is (141,100,132). Sum of RGB (Red+Green+Blue) = 141+100+132=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6484 is #729B7B. Grayscale: #737373. Windows color (decimal): -7510908 or 8676493. OLE color: 8676493.
HSL color Cylindrical-coordinate representation of color #8D6484: hue angle of 313.17º 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 #8D6484 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 100 | 132 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.45 |
| HSL | 313.17º | 0.17% | 0.47% | - |
| HSV(B) | 313.17º | 0.29% | 0.55% | - |
| XYZ | 19.71 | 16.44 | 23.96 | - |
| YUV | 115.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 132 | 0 | 0.29 | 0.06 | 0.45 | 313.17 | 0.17 | 0.47 |
| Hex | 8D | 64 | 84 | 0 | 1D | 6 | 2D | 139 | 11 | 2F |
| Octal | 215 | 144 | 204 | 0 | 35 | 6 | 55 | 471 | 21 | 57 |
| Binary | 10001101 | 1100100 | 10000100 | 0 | 11101 | 110 | 101101 | 100111001 | 10001 | 101111 |
Color Harmonies of #8D6484
Complementary color
Monochromatic Colors of #8D6484
Black with #8D6484
Text Example
Text Example
White with #8D6484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6484; }
p { color: rgb(141,100,132); }
H1.HeaderClassName
{
color: #8D6484;
}
.AnyTagClassName
{
color: #8D6484;
}
</style>
background-color css
<style>
a { background-color: #8D6484; }
a { background-color: rgb(141,100,132); }
div.DivClassName
{
background-color: #8D6484;
}
.BgClassName
{
background-color: #8D6484;
}
</style>
border-color css
<style>
span { border-color: #8D6484; }
span { border-color: rgb(141,100,132); }
td.TdClassName
{
border-color: #8D6484;
}
.TagClassName
{
border-color: #8D6484;
}
</style>