#8C587A

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

Shades of Strikemaster #8C587A

Tints of Strikemaster #8C587A

Color information

#8C587A (or 0x8C587A) is unknown color: approx Strikemaster. HEX triplet: 8C, 58 and 7A. RGB value is (140,88,122). Sum of RGB (Red+Green+Blue) = 140+88+122=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 140 - color contains mainly: red. Hex color #8C587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C587A is #73A785. Grayscale: #6B6B6B. Windows color (decimal): -7579526 or 8018060. OLE color: 8018060.

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

Color convert

RGB14088122-
CMYK00.370.130.45
HSL320.77º22.81%44.71%-
HSV(B)320.77º37.14%54.9%-
XYZ17.8213.9620.17-
YUV107.42136.23151.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=40%
G=25.14%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408812200.370.130.45320.7722.8144.71
Hex8C587A025D2D141172d
Octal21413017204515555012755
Binary10001100101100011110100100101110110110110100000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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