#8E637E

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

Shades of Strikemaster #8E637E

Tints of Strikemaster #8E637E

Color information

#8E637E (or 0x8E637E) is unknown color: approx Strikemaster. HEX triplet: 8E, 63 and 7E. RGB value is (142,99,126). Sum of RGB (Red+Green+Blue) = 142+99+126=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 142 - color contains mainly: red. Hex color #8E637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E637E is #719C81. Grayscale: #727272. Windows color (decimal): -7445634 or 8283022. OLE color: 8283022.

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

Color convert

RGB14299126-
CMYK00.300.110.44
HSL322.33º17.84%47.25%-
HSV(B)322.33º30.28%55.69%-
XYZ19.3816.1821.84-
YUV114.94134.25147.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.69%
GREEN value IS 99 (39.06% from 255) = 26.98%
BLUE value IS 126 (49.61% from 255) = 34.33%
R=38.69%
G=26.98%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429912600.300.110.44322.3317.8447.25
Hex8E637E01EB2C142122f
Octal21614317603613545022257
Binary1000111011000111111110011110101110110010100001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E637E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,99,126); }

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

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

 a { background-color: rgb(142,99,126); }

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

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

 span { border-color: rgb(142,99,126); }

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