#8B5679

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

Shades of Strikemaster #8B5679

Tints of Strikemaster #8B5679

Color information

#8B5679 (or 0x8B5679) is unknown color: approx Strikemaster. HEX triplet: 8B, 56 and 79. RGB value is (139,86,121). Sum of RGB (Red+Green+Blue) = 139+86+121=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5679 is #74A986. Grayscale: #696969. Windows color (decimal): -7645575 or 7952011. OLE color: 7952011.

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

Color convert

RGB13986121-
CMYK00.380.130.45
HSL320.38º23.56%44.12%-
HSV(B)320.38º38.13%54.51%-
XYZ17.4313.5319.78-
YUV105.84136.56151.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.17%
GREEN value IS 86 (33.98% from 255) = 24.86%
BLUE value IS 121 (47.66% from 255) = 34.97%
R=40.17%
G=24.86%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398612100.380.130.45320.3823.5644.12
Hex8B5679026D2D140182c
Octal21312617104615555003054
Binary10001011101011011110010100110110110110110100000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,86,121); }

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

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

 a { background-color: rgb(139,86,121); }

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

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

 span { border-color: rgb(139,86,121); }

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