#8C5378

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

Shades of Strikemaster #8C5378

Tints of Strikemaster #8C5378

Color information

#8C5378 (or 0x8C5378) is unknown color: approx Strikemaster. HEX triplet: 8C, 53 and 78. RGB value is (140,83,120). Sum of RGB (Red+Green+Blue) = 140+83+120=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5378 is #73AC87. Grayscale: #686868. Windows color (decimal): -7580808 or 7885708. OLE color: 7885708.

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

Color convert

RGB14083120-
CMYK00.410.140.45
HSL321.05º25.56%43.73%-
HSV(B)321.05º40.71%54.9%-
XYZ17.313.1219.39-
YUV104.26136.88153.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.82%
GREEN value IS 83 (32.81% from 255) = 24.20%
BLUE value IS 120 (47.27% from 255) = 34.99%
R=40.82%
G=24.20%
B=34.99%

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
Decimal1408312000.410.140.45321.0525.5643.73
Hex8C5378029E2D1411a2c
Octal21412317005116555013254
Binary10001100101001111110000101001111010110110100000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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