#8C637C

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

Shades of Strikemaster #8C637C

Tints of Strikemaster #8C637C

Color information

#8C637C (or 0x8C637C) is unknown color: approx Strikemaster. HEX triplet: 8C, 63 and 7C. RGB value is (140,99,124). Sum of RGB (Red+Green+Blue) = 140+99+124=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C637C is #739C83. Grayscale: #727272. Windows color (decimal): -7576708 or 8151948. OLE color: 8151948.

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

Color convert

RGB14099124-
CMYK00.290.110.45
HSL323.41º17.15%46.86%-
HSV(B)323.41º29.29%54.9%-
XYZ18.9215.9521.15-
YUV114.11133.58146.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.57%
GREEN value IS 99 (39.06% from 255) = 27.27%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=38.57%
G=27.27%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409912400.290.110.45323.4117.1546.86
Hex8C637C01DB2D143112f
Octal21414317403513555032157
Binary1000110011000111111100011101101110110110100001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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