#8E657C

Color #8E657C Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #8E657C

Tints of Strikemaster #8E657C

Color information

#8E657C (or 0x8E657C) is unknown color: approx Strikemaster. HEX triplet: 8E, 65 and 7C. RGB value is (142,101,124). Sum of RGB (Red+Green+Blue) = 142+101+124=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 142 - color contains mainly: red. Hex color #8E657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E657C is #719A83. Grayscale: #737373. Windows color (decimal): -7445124 or 8152462. OLE color: 8152462.

HSL color Cylindrical-coordinate representation of color #8E657C: hue angle of 326.34º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8E657C is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB142101124-
CMYK00.290.130.44
HSL326.34º16.87%47.65%-
HSV(B)326.34º28.87%55.69%-
XYZ19.4516.5121.23-
YUV115.88132.58146.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 38.69%
GREEN value IS 101 (39.84% from 255) = 27.52%
BLUE value IS 124 (48.83% from 255) = 33.79%
R=38.69%
G=27.52%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210112400.290.130.44326.3416.8747.65
Hex8E657C01DD2C1461130
Octal21614517403515545062160
Binary1000111011001011111100011101110110110010100011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E657C; }

 p { color: rgb(142,101,124); }

 H1.HeaderClassName
 {
   color: #8E657C;
 }
 .AnyTagClassName
 {
   color: #8E657C;
 }
</style>
background-color css

<style>
 a { background-color: #8E657C; }

 a { background-color: rgb(142,101,124); }

 div.DivClassName
 {
   background-color: #8E657C;
 }
 .BgClassName
 {
   background-color: #8E657C;
 }
</style>
border-color css

<style>
 span { border-color: #8E657C; }

 span { border-color: rgb(142,101,124); }

 td.TdClassName
 {
   border-color: #8E657C;
 }
 .TagClassName
 {
   border-color: #8E657C;
 }
</style>