#8B5476

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

Shades of Strikemaster #8B5476

Tints of Strikemaster #8B5476

Color information

#8B5476 (or 0x8B5476) is unknown color: approx Strikemaster. HEX triplet: 8B, 54 and 76. RGB value is (139,84,118). Sum of RGB (Red+Green+Blue) = 139+84+118=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5476 is #74AB89. Grayscale: #686868. Windows color (decimal): -7646090 or 7754891. OLE color: 7754891.

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

Color convert

RGB13984118-
CMYK00.400.150.45
HSL322.91º24.66%43.73%-
HSV(B)322.91º39.57%54.51%-
XYZ17.0913.1418.77-
YUV104.32135.72152.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.76%
GREEN value IS 84 (33.20% from 255) = 24.63%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=40.76%
G=24.63%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398411800.400.150.45322.9124.6643.73
Hex8B5476028F2D143192c
Octal21312416605017555033154
Binary10001011101010011101100101000111110110110100001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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