#8A5275

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

Shades of Strikemaster #8A5275

Tints of Strikemaster #8A5275

Color information

#8A5275 (or 0x8A5275) is unknown color: approx Strikemaster. HEX triplet: 8A, 52 and 75. RGB value is (138,82,117). Sum of RGB (Red+Green+Blue) = 138+82+117=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5275 is #75AD8A. Grayscale: #666666. Windows color (decimal): -7712139 or 7688842. OLE color: 7688842.

HSL color Cylindrical-coordinate representation of color #8A5275: hue angle of 322.5º 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 #8A5275 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB13882117-
CMYK00.410.150.46
HSL322.5º25.45%43.14%-
HSV(B)322.5º40.58%54.12%-
XYZ16.7112.7218.4-
YUV102.73136.05153.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=40.95%
G=24.33%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388211700.410.150.46322.525.4543.14
Hex8A5275029F2E142192b
Octal21212216505117565023153
Binary10001010101001011101010101001111110111010100001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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