#8B5078

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

Shades of Strikemaster #8B5078

Tints of Strikemaster #8B5078

Color information

#8B5078 (or 0x8B5078) is unknown color: approx Strikemaster. HEX triplet: 8B, 50 and 78. RGB value is (139,80,120). Sum of RGB (Red+Green+Blue) = 139+80+120=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5078 is #74AF87. Grayscale: #666666. Windows color (decimal): -7647112 or 7884939. OLE color: 7884939.

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

Color convert

RGB13980120-
CMYK00.420.140.45
HSL319.32º26.94%42.94%-
HSV(B)319.32º42.45%54.51%-
XYZ16.9112.5819.31-
YUV102.2138.05154.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.00%
GREEN value IS 80 (31.64% from 255) = 23.60%
BLUE value IS 120 (47.27% from 255) = 35.40%
R=41.00%
G=23.60%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398012000.420.140.45319.3226.9442.94
Hex8B507802AE2D13f1b2b
Octal21312017005216554773353
Binary10001011101000011110000101010111010110110011111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,80,120); }

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

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

 a { background-color: rgb(139,80,120); }

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

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

 span { border-color: rgb(139,80,120); }

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