#8C567C

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

Shades of Strikemaster #8C567C

Tints of Strikemaster #8C567C

Color information

#8C567C (or 0x8C567C) is unknown color: approx Strikemaster. HEX triplet: 8C, 56 and 7C. RGB value is (140,86,124). Sum of RGB (Red+Green+Blue) = 140+86+124=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 140 - color contains mainly: red. Hex color #8C567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C567C is #73A983. Grayscale: #6A6A6A. Windows color (decimal): -7580036 or 8148620. OLE color: 8148620.

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

Color convert

RGB14086124-
CMYK00.390.110.45
HSL317.78º23.89%44.31%-
HSV(B)317.78º38.57%54.9%-
XYZ17.7813.6920.77-
YUV106.48137.89151.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40%
GREEN value IS 86 (33.98% from 255) = 24.57%
BLUE value IS 124 (48.83% from 255) = 35.43%
R=40%
G=24.57%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408612400.390.110.45317.7823.8944.31
Hex8C567C027B2D13e182c
Octal21412617404713554763054
Binary10001100101011011111000100111101110110110011111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,86,124); }

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

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

 a { background-color: rgb(140,86,124); }

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

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

 span { border-color: rgb(140,86,124); }

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