#8C637D

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

Shades of Strikemaster #8C637D

Tints of Strikemaster #8C637D

Color information

#8C637D (or 0x8C637D) is unknown color: approx Strikemaster. HEX triplet: 8C, 63 and 7D. RGB value is (140,99,125). Sum of RGB (Red+Green+Blue) = 140+99+125=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 140 - color contains mainly: red. Hex color #8C637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C637D is #739C82. Grayscale: #727272. Windows color (decimal): -7576707 or 8217484. OLE color: 8217484.

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

Color convert

RGB14099125-
CMYK00.290.110.45
HSL321.95º17.15%46.86%-
HSV(B)321.95º29.29%54.9%-
XYZ18.9815.9821.49-
YUV114.22134.08146.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.46%
GREEN value IS 99 (39.06% from 255) = 27.20%
BLUE value IS 125 (49.22% from 255) = 34.34%
R=38.46%
G=27.20%
B=34.34%

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
Decimal1409912500.290.110.45321.9517.1546.86
Hex8C637D01DB2D142112f
Octal21414317503513555022157
Binary1000110011000111111101011101101110110110100001010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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