#8C547C

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

Shades of Strikemaster #8C547C

Tints of Strikemaster #8C547C

Color information

#8C547C (or 0x8C547C) is unknown color: approx Strikemaster. HEX triplet: 8C, 54 and 7C. RGB value is (140,84,124). Sum of RGB (Red+Green+Blue) = 140+84+124=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C547C is #73AB83. Grayscale: #696969. Windows color (decimal): -7580548 or 8148108. OLE color: 8148108.

HSL color Cylindrical-coordinate representation of color #8C547C: hue angle of 317.14º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C547C is Cyan = 0, Magento = 0.4, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB14084124-
CMYK00.40.110.45
HSL317.14º25%43.92%-
HSV(B)317.14º40%54.9%-
XYZ17.6213.3720.72-
YUV105.3138.55152.75-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.23%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 124 (48.83% from 255) = 35.63%
R=40.23%
G=24.14%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408412400.40.110.45317.142543.92
Hex8C547C028B2D13d192c
Octal21412417405013554753154
Binary10001100101010011111000101000101110110110011110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,84,124); }

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

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

 a { background-color: rgb(140,84,124); }

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

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

 span { border-color: rgb(140,84,124); }

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