#8E627E

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

Shades of Strikemaster #8E627E

Tints of Strikemaster #8E627E

Color information

#8E627E (or 0x8E627E) is unknown color: approx Strikemaster. HEX triplet: 8E, 62 and 7E. RGB value is (142,98,126). Sum of RGB (Red+Green+Blue) = 142+98+126=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E627E is #719D81. Grayscale: #727272. Windows color (decimal): -7445890 or 8282766. OLE color: 8282766.

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

Color convert

RGB14298126-
CMYK00.310.110.44
HSL321.82º18.33%47.06%-
HSV(B)321.82º30.99%55.69%-
XYZ19.2915.9921.81-
YUV114.35134.58147.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.80%
GREEN value IS 98 (38.67% from 255) = 26.78%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=38.80%
G=26.78%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429812600.310.110.44321.8218.3347.06
Hex8E627E01FB2C142122f
Octal21614217603713545022257
Binary1000111011000101111110011111101110110010100001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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