#8B4E76

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

Shades of Strikemaster #8B4E76

Tints of Strikemaster #8B4E76

Color information

#8B4E76 (or 0x8B4E76) is unknown color: approx Strikemaster. HEX triplet: 8B, 4E and 76. RGB value is (139,78,118). Sum of RGB (Red+Green+Blue) = 139+78+118=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4E76 is #74B189. Grayscale: #646464. Windows color (decimal): -7647626 or 7753355. OLE color: 7753355.

HSL color Cylindrical-coordinate representation of color #8B4E76: hue angle of 320.66º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B4E76 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB13978118-
CMYK00.440.150.45
HSL320.66º28.11%42.55%-
HSV(B)320.66º43.88%54.51%-
XYZ16.6412.2518.63-
YUV100.8137.71155.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 78 (30.86% from 255) = 23.28%
BLUE value IS 118 (46.48% from 255) = 35.22%
R=41.49%
G=23.28%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397811800.440.150.45320.6628.1142.55
Hex8B4E7602CF2D1411c2b
Octal21311616605417555013453
Binary10001011100111011101100101100111110110110100000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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