#8E607C

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

Shades of Strikemaster #8E607C

Tints of Strikemaster #8E607C

Color information

#8E607C (or 0x8E607C) is unknown color: approx Strikemaster. HEX triplet: 8E, 60 and 7C. RGB value is (142,96,124). Sum of RGB (Red+Green+Blue) = 142+96+124=362 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.23% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 142 - color contains mainly: red. Hex color #8E607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E607C is #719F83. Grayscale: #707070. Windows color (decimal): -7446404 or 8151182. OLE color: 8151182.

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

Color convert

RGB14296124-
CMYK00.320.130.44
HSL323.48º19.33%46.67%-
HSV(B)323.48º32.39%55.69%-
XYZ18.9815.5721.07-
YUV112.95134.24148.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.23%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 124 (48.83% from 255) = 34.25%
R=39.23%
G=26.52%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429612400.320.130.44323.4819.3346.67
Hex8E607C020D2C143132f
Octal21614017404015545032357
Binary10001110110000011111000100000110110110010100001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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