#8E617B

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

Shades of Strikemaster #8E617B

Tints of Strikemaster #8E617B

Color information

#8E617B (or 0x8E617B) is unknown color: approx Strikemaster. HEX triplet: 8E, 61 and 7B. RGB value is (142,97,123). Sum of RGB (Red+Green+Blue) = 142+97+123=362 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.23% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 142 - color contains mainly: red. Hex color #8E617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E617B is #719E84. Grayscale: #717171. Windows color (decimal): -7446149 or 8085902. OLE color: 8085902.

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

Color convert

RGB14297123-
CMYK00.320.130.44
HSL325.33º18.83%46.86%-
HSV(B)325.33º31.69%55.69%-
XYZ19.0115.7320.77-
YUV113.42133.41148.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.23%
GREEN value IS 97 (38.28% from 255) = 26.80%
BLUE value IS 123 (48.44% from 255) = 33.98%
R=39.23%
G=26.80%
B=33.98%

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
Decimal1429712300.320.130.44325.3318.8346.86
Hex8E617B020D2C145132f
Octal21614117304015545052357
Binary10001110110000111110110100000110110110010100010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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