#8C5476

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

Shades of Strikemaster #8C5476

Tints of Strikemaster #8C5476

Color information

#8C5476 (or 0x8C5476) is unknown color: approx Strikemaster. HEX triplet: 8C, 54 and 76. RGB value is (140,84,118). Sum of RGB (Red+Green+Blue) = 140+84+118=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5476 is #73AB89. Grayscale: #686868. Windows color (decimal): -7580554 or 7754892. OLE color: 7754892.

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

Color convert

RGB14084118-
CMYK00.40.160.45
HSL323.57º25%43.92%-
HSV(B)323.57º40%54.9%-
XYZ17.2613.2218.78-
YUV104.62135.55153.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.94%
GREEN value IS 84 (33.20% from 255) = 24.56%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=40.94%
G=24.56%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408411800.40.160.45323.572543.92
Hex8C5476028102D144192c
Octal21412416605020555043154
Binary100011001010100111011001010001000010110110100010011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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