#8B6280

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

Shades of Strikemaster #8B6280

Tints of Strikemaster #8B6280

Color information

#8B6280 (or 0x8B6280) is unknown color: approx Strikemaster. HEX triplet: 8B, 62 and 80. RGB value is (139,98,128). Sum of RGB (Red+Green+Blue) = 139+98+128=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6280 is #749D7F. Grayscale: #717171. Windows color (decimal): -7642496 or 8413835. OLE color: 8413835.

HSL color Cylindrical-coordinate representation of color #8B6280: hue angle of 316.1º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B6280 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB13998128-
CMYK00.290.080.45
HSL316.1º17.3%46.47%-
HSV(B)316.1º29.5%54.51%-
XYZ18.9115.7822.47-
YUV113.68136.08146.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.08%
GREEN value IS 98 (38.67% from 255) = 26.85%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=38.08%
G=26.85%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399812800.290.080.45316.117.346.47
Hex8B628001D82D13c112e
Octal21314220003510554742156
Binary10001011110001010000000011101100010110110011110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,98,128); }

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

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

 a { background-color: rgb(139,98,128); }

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

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

 span { border-color: rgb(139,98,128); }

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