#8A5175

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

Shades of Strikemaster #8A5175

Tints of Strikemaster #8A5175

Color information

#8A5175 (or 0x8A5175) is unknown color: approx Strikemaster. HEX triplet: 8A, 51 and 75. RGB value is (138,81,117). Sum of RGB (Red+Green+Blue) = 138+81+117=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5175 is #75AE8A. Grayscale: #666666. Windows color (decimal): -7712395 or 7688586. OLE color: 7688586.

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

Color convert

RGB13881117-
CMYK00.410.150.46
HSL322.11º26.03%42.94%-
HSV(B)322.11º41.3%54.12%-
XYZ16.6312.5718.38-
YUV102.15136.38153.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.07%
GREEN value IS 81 (32.03% from 255) = 24.11%
BLUE value IS 117 (46.09% from 255) = 34.82%
R=41.07%
G=24.11%
B=34.82%

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
Decimal1388111700.410.150.46322.1126.0342.94
Hex8A5175029F2E1421a2b
Octal21212116505117565023253
Binary10001010101000111101010101001111110111010100001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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