#8E637C

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

Shades of Strikemaster #8E637C

Tints of Strikemaster #8E637C

Color information

#8E637C (or 0x8E637C) is unknown color: approx Strikemaster. HEX triplet: 8E, 63 and 7C. RGB value is (142,99,124). Sum of RGB (Red+Green+Blue) = 142+99+124=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 142 - color contains mainly: red. Hex color #8E637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E637C is #719C83. Grayscale: #727272. Windows color (decimal): -7445636 or 8151950. OLE color: 8151950.

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

Color convert

RGB14299124-
CMYK00.300.130.44
HSL325.12º17.84%47.25%-
HSV(B)325.12º30.28%55.69%-
XYZ19.2616.1321.17-
YUV114.71133.25147.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.90%
GREEN value IS 99 (39.06% from 255) = 27.12%
BLUE value IS 124 (48.83% from 255) = 33.97%
R=38.90%
G=27.12%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429912400.300.130.44325.1217.8447.25
Hex8E637C01ED2C145122f
Octal21614317403615545052257
Binary1000111011000111111100011110110110110010100010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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