#8A5279

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

Shades of Strikemaster #8A5279

Tints of Strikemaster #8A5279

Color information

#8A5279 (or 0x8A5279) is unknown color: approx Strikemaster. HEX triplet: 8A, 52 and 79. RGB value is (138,82,121). Sum of RGB (Red+Green+Blue) = 138+82+121=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5279 is #75AD86. Grayscale: #676767. Windows color (decimal): -7712135 or 7950986. OLE color: 7950986.

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

Color convert

RGB13882121-
CMYK00.410.120.46
HSL318.21º25.45%43.14%-
HSV(B)318.21º40.58%54.12%-
XYZ16.9512.8219.67-
YUV103.19138.05152.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.47%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=40.47%
G=24.05%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388212100.410.120.46318.2125.4543.14
Hex8A5279029C2E13e192b
Octal21212217105114564763153
Binary10001010101001011110010101001110010111010011111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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