#8B6678

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

Shades of Strikemaster #8B6678

Tints of Strikemaster #8B6678

Color information

#8B6678 (or 0x8B6678) is unknown color: approx Strikemaster. HEX triplet: 8B, 66 and 78. RGB value is (139,102,120). Sum of RGB (Red+Green+Blue) = 139+102+120=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6678 is #749987. Grayscale: #737373. Windows color (decimal): -7641480 or 7890571. OLE color: 7890571.

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

Color convert

RGB139102120-
CMYK00.270.140.45
HSL330.81º15.35%47.25%-
HSV(B)330.81º26.62%54.51%-
XYZ18.7916.3519.93-
YUV115.12130.76145.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.50%
GREEN value IS 102 (40.23% from 255) = 28.25%
BLUE value IS 120 (47.27% from 255) = 33.24%
R=38.50%
G=28.25%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910212000.270.140.45330.8115.3547.25
Hex8B667801BE2D14bf2f
Octal21314617003316555131757
Binary100010111100110111100001101111101011011010010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,102,120); }

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

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

 a { background-color: rgb(139,102,120); }

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

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

 span { border-color: rgb(139,102,120); }

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