Shades of Strikemaster #8E6484
Tints of Strikemaster #8E6484
RGB
CMYK
RGB Variations
Color information
#8E6484 (or 0x8E6484) is known color: Strikemaster. HEX triplet: 8E, 64 and 84. RGB value is (142,100,132). Sum of RGB (Red+Green+Blue) = 142+100+132=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6484 is #719B7B. Grayscale: #747474. Windows color (decimal): -7445372 or 8676494. OLE color: 8676494.
HSL color Cylindrical-coordinate representation of color #8E6484: hue angle of 314.29º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E6484 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 100 | 132 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.44 |
| HSL | 314.29º | 0.17% | 0.47% | - |
| HSV(B) | 314.29º | 0.3% | 0.56% | - |
| XYZ | 19.88 | 16.53 | 23.97 | - |
| YUV | 116.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 100 | 132 | 0 | 0.30 | 0.07 | 0.44 | 314.29 | 0.17 | 0.47 |
| Hex | 8E | 64 | 84 | 0 | 1E | 7 | 2C | 13A | 11 | 2F |
| Octal | 216 | 144 | 204 | 0 | 36 | 7 | 54 | 472 | 21 | 57 |
| Binary | 10001110 | 1100100 | 10000100 | 0 | 11110 | 111 | 101100 | 100111010 | 10001 | 101111 |
Color Harmonies of #8E6484
Complementary color
Monochromatic Colors of #8E6484
Black with #8E6484
Text Example
Text Example
White with #8E6484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6484; }
p { color: rgb(142,100,132); }
H1.HeaderClassName
{
color: #8E6484;
}
.AnyTagClassName
{
color: #8E6484;
}
</style>
background-color css
<style>
a { background-color: #8E6484; }
a { background-color: rgb(142,100,132); }
div.DivClassName
{
background-color: #8E6484;
}
.BgClassName
{
background-color: #8E6484;
}
</style>
border-color css
<style>
span { border-color: #8E6484; }
span { border-color: rgb(142,100,132); }
td.TdClassName
{
border-color: #8E6484;
}
.TagClassName
{
border-color: #8E6484;
}
</style>