#8A5479

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

Shades of Strikemaster #8A5479

Tints of Strikemaster #8A5479

Color information

#8A5479 (or 0x8A5479) is unknown color: approx Strikemaster. HEX triplet: 8A, 54 and 79. RGB value is (138,84,121). Sum of RGB (Red+Green+Blue) = 138+84+121=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5479 is #75AB86. Grayscale: #686868. Windows color (decimal): -7711623 or 7951498. OLE color: 7951498.

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

Color convert

RGB13884121-
CMYK00.390.120.46
HSL318.89º24.32%43.53%-
HSV(B)318.89º39.13%54.12%-
XYZ17.113.1219.72-
YUV104.36137.39151.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.23%
GREEN value IS 84 (33.20% from 255) = 24.49%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=40.23%
G=24.49%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388412100.390.120.46318.8924.3243.53
Hex8A5479027C2E13f182c
Octal21212417104714564773054
Binary10001010101010011110010100111110010111010011111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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