#8B6F7D

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

Shades of Strikemaster #8B6F7D

Tints of Strikemaster #8B6F7D

Color information

#8B6F7D (or 0x8B6F7D) is unknown color: approx Strikemaster. HEX triplet: 8B, 6F and 7D. RGB value is (139,111,125). Sum of RGB (Red+Green+Blue) = 139+111+125=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6F7D is #749082. Grayscale: #787878. Windows color (decimal): -7639171 or 8220555. OLE color: 8220555.

HSL color Cylindrical-coordinate representation of color #8B6F7D: hue angle of 330º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B6F7D is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB139111125-
CMYK00.200.100.45
HSL330º11.2%49.02%-
HSV(B)330º20.14%54.51%-
XYZ20.0318.3421.89-
YUV120.97130.28140.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.07%
GREEN value IS 111 (43.75% from 255) = 29.6%
BLUE value IS 125 (49.22% from 255) = 33.33%
R=37.07%
G=29.6%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911112500.200.100.4533011.249.02
Hex8B6F7D014A2D14ab31
Octal21315717502412555121361
Binary100010111101111111110101010010101011011010010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,111,125); }

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

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

 a { background-color: rgb(139,111,125); }

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

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

 span { border-color: rgb(139,111,125); }

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