#8C5475

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

Shades of Strikemaster #8C5475

Tints of Strikemaster #8C5475

Color information

#8C5475 (or 0x8C5475) is unknown color: approx Strikemaster. HEX triplet: 8C, 54 and 75. RGB value is (140,84,117). Sum of RGB (Red+Green+Blue) = 140+84+117=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5475 is #73AB8A. Grayscale: #686868. Windows color (decimal): -7580555 or 7689356. OLE color: 7689356.

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

Color convert

RGB14084117-
CMYK00.40.160.45
HSL324.64º25%43.92%-
HSV(B)324.64º40%54.9%-
XYZ17.213.218.47-
YUV104.51135.05153.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.06%
GREEN value IS 84 (33.20% from 255) = 24.63%
BLUE value IS 117 (46.09% from 255) = 34.31%
R=41.06%
G=24.63%
B=34.31%

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
Decimal1408411700.40.160.45324.642543.92
Hex8C5475028102D145192c
Octal21412416505020555053154
Binary100011001010100111010101010001000010110110100010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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