#8C5379

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

Shades of Strikemaster #8C5379

Tints of Strikemaster #8C5379

Color information

#8C5379 (or 0x8C5379) is unknown color: approx Strikemaster. HEX triplet: 8C, 53 and 79. RGB value is (140,83,121). Sum of RGB (Red+Green+Blue) = 140+83+121=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5379 is #73AC86. Grayscale: #686868. Windows color (decimal): -7580807 or 7951244. OLE color: 7951244.

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

Color convert

RGB14083121-
CMYK00.410.140.45
HSL320º25.56%43.73%-
HSV(B)320º40.71%54.9%-
XYZ17.3613.1419.71-
YUV104.37137.38153.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.70%
GREEN value IS 83 (32.81% from 255) = 24.13%
BLUE value IS 121 (47.66% from 255) = 35.17%
R=40.70%
G=24.13%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408312100.410.140.4532025.5643.73
Hex8C5379029E2D1401a2c
Octal21412317105116555003254
Binary10001100101001111110010101001111010110110100000011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,83,121); }

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

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

 a { background-color: rgb(140,83,121); }

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

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

 span { border-color: rgb(140,83,121); }

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