#8E607D

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

Shades of Strikemaster #8E607D

Tints of Strikemaster #8E607D

Color information

#8E607D (or 0x8E607D) is unknown color: approx Strikemaster. HEX triplet: 8E, 60 and 7D. RGB value is (142,96,125). Sum of RGB (Red+Green+Blue) = 142+96+125=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 142 - color contains mainly: red. Hex color #8E607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E607D is #719F82. Grayscale: #707070. Windows color (decimal): -7446403 or 8216718. OLE color: 8216718.

HSL color Cylindrical-coordinate representation of color #8E607D: hue angle of 322.17º 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 #8E607D is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB14296125-
CMYK00.320.120.44
HSL322.17º19.33%46.67%-
HSV(B)322.17º32.39%55.69%-
XYZ19.0415.621.41-
YUV113.06134.74148.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.12%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 125 (49.22% from 255) = 34.44%
R=39.12%
G=26.45%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429612500.320.120.44322.1719.3346.67
Hex8E607D020C2C142132f
Octal21614017504014545022357
Binary10001110110000011111010100000110010110010100001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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