#8B5E7F

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

Shades of Strikemaster #8B5E7F

Tints of Strikemaster #8B5E7F

Color information

#8B5E7F (or 0x8B5E7F) is unknown color: approx Strikemaster. HEX triplet: 8B, 5E and 7F. RGB value is (139,94,127). Sum of RGB (Red+Green+Blue) = 139+94+127=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5E7F is #74A180. Grayscale: #6F6F6F. Windows color (decimal): -7643521 or 8347275. OLE color: 8347275.

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

Color convert

RGB13994127-
CMYK00.320.090.45
HSL316º19.31%45.69%-
HSV(B)316º32.37%54.51%-
XYZ18.4815.0322.01-
YUV111.22136.91147.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.61%
GREEN value IS 94 (37.11% from 255) = 26.11%
BLUE value IS 127 (50% from 255) = 35.28%
R=38.61%
G=26.11%
B=35.28%

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
Decimal1399412700.320.090.4531619.3145.69
Hex8B5E7F02092D13c132e
Octal21313617704011554742356
Binary10001011101111011111110100000100110110110011110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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