#8B6682

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

Shades of Strikemaster #8B6682

Tints of Strikemaster #8B6682

Color information

#8B6682 (or 0x8B6682) is unknown color: approx Strikemaster. HEX triplet: 8B, 66 and 82. RGB value is (139,102,130). Sum of RGB (Red+Green+Blue) = 139+102+130=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6682 is #74997D. Grayscale: #747474. Windows color (decimal): -7641470 or 8545931. OLE color: 8545931.

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

Color convert

RGB139102130-
CMYK00.270.060.45
HSL314.59º15.35%47.25%-
HSV(B)314.59º26.62%54.51%-
XYZ19.4316.623.3-
YUV116.26135.76144.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.47%
GREEN value IS 102 (40.23% from 255) = 27.49%
BLUE value IS 130 (51.17% from 255) = 35.04%
R=37.47%
G=27.49%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910213000.270.060.45314.5915.3547.25
Hex8B668201B62D13bf2f
Octal2131462020336554731757
Binary100010111100110100000100110111101011011001110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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