Shades of Strikemaster #8E6683
Tints of Strikemaster #8E6683
RGB
CMYK
RGB Variations
Color information
#8E6683 (or 0x8E6683) is known color: Strikemaster. HEX triplet: 8E, 66 and 83. RGB value is (142,102,131). Sum of RGB (Red+Green+Blue) = 142+102+131=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6683 is #71997C. Grayscale: #757575. Windows color (decimal): -7444861 or 8611470. OLE color: 8611470.
HSL color Cylindrical-coordinate representation of color #8E6683: hue angle of 316.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E6683 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 102 | 131 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.44 |
| HSL | 316.5º | 0.16% | 0.48% | - |
| HSV(B) | 316.5º | 0.28% | 0.56% | - |
| XYZ | 20 | 16.89 | 23.68 | - |
| YUV | 117.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 102 | 131 | 0 | 0.28 | 0.08 | 0.44 | 316.5 | 0.16 | 0.48 |
| Hex | 8E | 66 | 83 | 0 | 1C | 8 | 2C | 13C | 10 | 30 |
| Octal | 216 | 146 | 203 | 0 | 34 | 10 | 54 | 474 | 20 | 60 |
| Binary | 10001110 | 1100110 | 10000011 | 0 | 11100 | 1000 | 101100 | 100111100 | 10000 | 110000 |
Color Harmonies of #8E6683
Complementary color
Monochromatic Colors of #8E6683
Black with #8E6683
Text Example
Text Example
White with #8E6683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6683; }
p { color: rgb(142,102,131); }
H1.HeaderClassName
{
color: #8E6683;
}
.AnyTagClassName
{
color: #8E6683;
}
</style>
background-color css
<style>
a { background-color: #8E6683; }
a { background-color: rgb(142,102,131); }
div.DivClassName
{
background-color: #8E6683;
}
.BgClassName
{
background-color: #8E6683;
}
</style>
border-color css
<style>
span { border-color: #8E6683; }
span { border-color: rgb(142,102,131); }
td.TdClassName
{
border-color: #8E6683;
}
.TagClassName
{
border-color: #8E6683;
}
</style>