#8C587C

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

Shades of Strikemaster #8C587C

Tints of Strikemaster #8C587C

Color information

#8C587C (or 0x8C587C) is unknown color: approx Strikemaster. HEX triplet: 8C, 58 and 7C. RGB value is (140,88,124). Sum of RGB (Red+Green+Blue) = 140+88+124=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 140 - color contains mainly: red. Hex color #8C587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C587C is #73A783. Grayscale: #6B6B6B. Windows color (decimal): -7579524 or 8149132. OLE color: 8149132.

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

Color convert

RGB14088124-
CMYK00.370.110.45
HSL318.46º22.81%44.71%-
HSV(B)318.46º37.14%54.9%-
XYZ17.9414.0120.83-
YUV107.65137.23151.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.77%
GREEN value IS 88 (34.77% from 255) = 25%
BLUE value IS 124 (48.83% from 255) = 35.23%
R=39.77%
G=25%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408812400.370.110.45318.4622.8144.71
Hex8C587C025B2D13e172d
Octal21413017404513554762755
Binary10001100101100011111000100101101110110110011111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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