#8E547D

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

Shades of Strikemaster #8E547D

Tints of Strikemaster #8E547D

Color information

#8E547D (or 0x8E547D) is unknown color: approx Strikemaster. HEX triplet: 8E, 54 and 7D. RGB value is (142,84,125). Sum of RGB (Red+Green+Blue) = 142+84+125=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 142 - color contains mainly: red. Hex color #8E547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E547D is #71AB82. Grayscale: #696969. Windows color (decimal): -7449475 or 8213646. OLE color: 8213646.

HSL color Cylindrical-coordinate representation of color #8E547D: hue angle of 317.59º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E547D is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB14284125-
CMYK00.410.120.44
HSL317.59º25.66%44.31%-
HSV(B)317.59º40.85%55.69%-
XYZ18.0313.5721.07-
YUV106.02138.72153.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.46%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 125 (49.22% from 255) = 35.61%
R=40.46%
G=23.93%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428412500.410.120.44317.5925.6644.31
Hex8E547D029C2C13e1a2c
Octal21612417505114544763254
Binary10001110101010011111010101001110010110010011111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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