#8E617D

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

Shades of Strikemaster #8E617D

Tints of Strikemaster #8E617D

Color information

#8E617D (or 0x8E617D) is unknown color: approx Strikemaster. HEX triplet: 8E, 61 and 7D. RGB value is (142,97,125). Sum of RGB (Red+Green+Blue) = 142+97+125=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 142 - color contains mainly: red. Hex color #8E617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E617D is #719E82. Grayscale: #717171. Windows color (decimal): -7446147 or 8216974. OLE color: 8216974.

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

Color convert

RGB14297125-
CMYK00.320.120.44
HSL322.67º18.83%46.86%-
HSV(B)322.67º31.69%55.69%-
XYZ19.1315.7821.44-
YUV113.65134.41148.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.01%
GREEN value IS 97 (38.28% from 255) = 26.65%
BLUE value IS 125 (49.22% from 255) = 34.34%
R=39.01%
G=26.65%
B=34.34%

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
Decimal1429712500.320.120.44322.6718.8346.86
Hex8E617D020C2C143132f
Octal21614117504014545032357
Binary10001110110000111111010100000110010110010100001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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