#8A5679

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

Shades of Strikemaster #8A5679

Tints of Strikemaster #8A5679

Color information

#8A5679 (or 0x8A5679) is unknown color: approx Strikemaster. HEX triplet: 8A, 56 and 79. RGB value is (138,86,121). Sum of RGB (Red+Green+Blue) = 138+86+121=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5679 is #75A986. Grayscale: #696969. Windows color (decimal): -7711111 or 7952010. OLE color: 7952010.

HSL color Cylindrical-coordinate representation of color #8A5679: hue angle of 319.62º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A5679 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB13886121-
CMYK00.380.120.46
HSL319.62º23.21%43.92%-
HSV(B)319.62º37.68%54.12%-
XYZ17.2613.4419.77-
YUV105.54136.73151.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=40%
G=24.93%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388612100.380.120.46319.6223.2143.92
Hex8A5679026C2E140172c
Octal21212617104614565002754
Binary10001010101011011110010100110110010111010100000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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