#8B5C7A

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

Shades of Strikemaster #8B5C7A

Tints of Strikemaster #8B5C7A

Color information

#8B5C7A (or 0x8B5C7A) is unknown color: approx Strikemaster. HEX triplet: 8B, 5C and 7A. RGB value is (139,92,122). Sum of RGB (Red+Green+Blue) = 139+92+122=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5C7A is #74A385. Grayscale: #6D6D6D. Windows color (decimal): -7644038 or 8019083. OLE color: 8019083.

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

Color convert

RGB13992122-
CMYK00.340.120.45
HSL321.7º20.35%45.29%-
HSV(B)321.7º33.81%54.51%-
XYZ17.9914.5520.27-
YUV109.47135.07149.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.38%
GREEN value IS 92 (36.33% from 255) = 26.06%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=39.38%
G=26.06%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399212200.340.120.45321.720.3545.29
Hex8B5C7A022C2D142142d
Octal21313417204214555022455
Binary10001011101110011110100100010110010110110100001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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