#8E5475

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

Shades of Strikemaster #8E5475

Tints of Strikemaster #8E5475

Color information

#8E5475 (or 0x8E5475) is unknown color: approx Strikemaster. HEX triplet: 8E, 54 and 75. RGB value is (142,84,117). Sum of RGB (Red+Green+Blue) = 142+84+117=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5475 is #71AB8A. Grayscale: #696969. Windows color (decimal): -7449483 or 7689358. OLE color: 7689358.

HSL color Cylindrical-coordinate representation of color #8E5475: hue angle of 325.86º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E5475 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB14284117-
CMYK00.410.180.44
HSL325.86º25.66%44.31%-
HSV(B)325.86º40.85%55.69%-
XYZ17.5413.3818.49-
YUV105.1134.72154.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.40%
GREEN value IS 84 (33.20% from 255) = 24.49%
BLUE value IS 117 (46.09% from 255) = 34.11%
R=41.40%
G=24.49%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428411700.410.180.44325.8625.6644.31
Hex8E5475029122C1461a2c
Octal21612416505122545063254
Binary100011101010100111010101010011001010110010100011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,84,117); }

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

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

 a { background-color: rgb(142,84,117); }

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

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

 span { border-color: rgb(142,84,117); }

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