#8B5475

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

Shades of Strikemaster #8B5475

Tints of Strikemaster #8B5475

Color information

#8B5475 (or 0x8B5475) is unknown color: approx Strikemaster. HEX triplet: 8B, 54 and 75. RGB value is (139,84,117). Sum of RGB (Red+Green+Blue) = 139+84+117=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5475 is #74AB8A. Grayscale: #686868. Windows color (decimal): -7646091 or 7689355. OLE color: 7689355.

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

Color convert

RGB13984117-
CMYK00.400.160.45
HSL324º24.66%43.73%-
HSV(B)324º39.57%54.51%-
XYZ17.0313.1118.46-
YUV104.21135.22152.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.88%
GREEN value IS 84 (33.20% from 255) = 24.71%
BLUE value IS 117 (46.09% from 255) = 34.41%
R=40.88%
G=24.71%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398411700.400.160.4532424.6643.73
Hex8B5475028102D144192c
Octal21312416505020555043154
Binary100010111010100111010101010001000010110110100010011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,84,117); }

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

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

 a { background-color: rgb(139,84,117); }

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

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

 span { border-color: rgb(139,84,117); }

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