#8c547a

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

Shades of Strikemaster #8C547A

Tints of Strikemaster #8C547A

Color information

#8C547A (or 0x8C547A) is unknown color: approx Strikemaster. HEX triplet: 8C, 54 and 7A. RGB value is (140,84,122). Sum of RGB (Red+Green+Blue) = 140+84+122=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C547A is #73AB85. Grayscale: #686868. Windows color (decimal): -7580550 or 8017036. OLE color: 8017036.

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

Color convert

RGB14084122-
CMYK00.40.130.45
HSL319.29º25%43.92%-
HSV(B)319.29º40%54.9%-
XYZ17.513.3220.06-
YUV105.08137.55152.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.46%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=40.46%
G=24.28%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408412200.40.130.45319.292543.92
Hex8C547A028D2D13f192c
Octal21412417205015554773154
Binary10001100101010011110100101000110110110110011111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c547a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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