#8B537A

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

Shades of Strikemaster #8B537A

Tints of Strikemaster #8B537A

Color information

#8B537A (or 0x8B537A) is unknown color: approx Strikemaster. HEX triplet: 8B, 53 and 7A. RGB value is (139,83,122). Sum of RGB (Red+Green+Blue) = 139+83+122=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B537A is #74AC85. Grayscale: #686868. Windows color (decimal): -7646342 or 8016779. OLE color: 8016779.

HSL color Cylindrical-coordinate representation of color #8B537A: hue angle of 318.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B537A is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB13983122-
CMYK00.400.120.45
HSL318.21º25.23%43.53%-
HSV(B)318.21º40.29%54.51%-
XYZ17.2513.0820.03-
YUV104.19138.05152.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.41%
GREEN value IS 83 (32.81% from 255) = 24.13%
BLUE value IS 122 (48.05% from 255) = 35.47%
R=40.41%
G=24.13%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398312200.400.120.45318.2125.2343.53
Hex8B537A028C2D13e192c
Octal21312317205014554763154
Binary10001011101001111110100101000110010110110011111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,83,122); }

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

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

 a { background-color: rgb(139,83,122); }

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

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

 span { border-color: rgb(139,83,122); }

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