#8B5E7E

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

Shades of Strikemaster #8B5E7E

Tints of Strikemaster #8B5E7E

Color information

#8B5E7E (or 0x8B5E7E) is unknown color: approx Strikemaster. HEX triplet: 8B, 5E and 7E. RGB value is (139,94,126). Sum of RGB (Red+Green+Blue) = 139+94+126=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5E7E is #74A181. Grayscale: #6F6F6F. Windows color (decimal): -7643522 or 8281739. OLE color: 8281739.

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

Color convert

RGB13994126-
CMYK00.320.090.45
HSL317.33º19.31%45.69%-
HSV(B)317.33º32.37%54.51%-
XYZ18.421521.66-
YUV111.1136.41147.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.72%
GREEN value IS 94 (37.11% from 255) = 26.18%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=38.72%
G=26.18%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399412600.320.090.45317.3319.3145.69
Hex8B5E7E02092D13d132e
Octal21313617604011554752356
Binary10001011101111011111100100000100110110110011110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,94,126); }

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

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

 a { background-color: rgb(139,94,126); }

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

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

 span { border-color: rgb(139,94,126); }

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