#8B5C7D

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

Shades of Strikemaster #8B5C7D

Tints of Strikemaster #8B5C7D

Color information

#8B5C7D (or 0x8B5C7D) is unknown color: approx Strikemaster. HEX triplet: 8B, 5C and 7D. RGB value is (139,92,125). Sum of RGB (Red+Green+Blue) = 139+92+125=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5C7D is #74A382. Grayscale: #6D6D6D. Windows color (decimal): -7644035 or 8215691. OLE color: 8215691.

HSL color Cylindrical-coordinate representation of color #8B5C7D: hue angle of 317.87º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B5C7D is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB13992125-
CMYK00.340.100.45
HSL317.87º20.35%45.29%-
HSV(B)317.87º33.81%54.51%-
XYZ18.1814.6221.27-
YUV109.82136.57148.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.04%
GREEN value IS 92 (36.33% from 255) = 25.84%
BLUE value IS 125 (49.22% from 255) = 35.11%
R=39.04%
G=25.84%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399212500.340.100.45317.8720.3545.29
Hex8B5C7D022A2D13e142d
Octal21313417504212554762455
Binary10001011101110011111010100010101010110110011111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,92,125); }

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

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

 a { background-color: rgb(139,92,125); }

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

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

 span { border-color: rgb(139,92,125); }

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