#8B6984

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

Shades of Strikemaster #8B6984

Tints of Strikemaster #8B6984

Color information

#8B6984 (or 0x8B6984) is unknown color: approx Strikemaster. HEX triplet: 8B, 69 and 84. RGB value is (139,105,132). Sum of RGB (Red+Green+Blue) = 139+105+132=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6984 is #74967B. Grayscale: #767676. Windows color (decimal): -7640700 or 8677771. OLE color: 8677771.

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

Color convert

RGB139105132-
CMYK00.240.050.45
HSL312.35º13.93%47.84%-
HSV(B)312.35º24.46%54.51%-
XYZ19.8617.2624.11-
YUV118.24135.76142.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 132 (51.95% from 255) = 35.11%
R=36.97%
G=27.93%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910513200.240.050.45312.3513.9347.84
Hex8B698401852D138e30
Octal2131512040305554701660
Binary100010111101001100001000110001011011011001110001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,105,132); }

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

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

 a { background-color: rgb(139,105,132); }

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

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

 span { border-color: rgb(139,105,132); }

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