#8B637C

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

Shades of Strikemaster #8B637C

Tints of Strikemaster #8B637C

Color information

#8B637C (or 0x8B637C) is unknown color: approx Strikemaster. HEX triplet: 8B, 63 and 7C. RGB value is (139,99,124). Sum of RGB (Red+Green+Blue) = 139+99+124=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B637C is #749C83. Grayscale: #717171. Windows color (decimal): -7642244 or 8151947. OLE color: 8151947.

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

Color convert

RGB13999124-
CMYK00.290.110.45
HSL322.5º16.81%46.67%-
HSV(B)322.5º28.78%54.51%-
XYZ18.7515.8721.14-
YUV113.81133.75145.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.40%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 124 (48.83% from 255) = 34.25%
R=38.40%
G=27.35%
B=34.25%

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
Decimal1399912400.290.110.45322.516.8146.67
Hex8B637C01DB2D142112f
Octal21314317403513555022157
Binary1000101111000111111100011101101110110110100001010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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