#8E6182

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

Shades of Strikemaster #8E6182

Tints of Strikemaster #8E6182

Color information

#8E6182 (or 0x8E6182) is unknown color: approx Strikemaster. HEX triplet: 8E, 61 and 82. RGB value is (142,97,130). Sum of RGB (Red+Green+Blue) = 142+97+130=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6182 is #719E7D. Grayscale: #727272. Windows color (decimal): -7446142 or 8544654. OLE color: 8544654.

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

Color convert

RGB14297130-
CMYK00.320.080.44
HSL316º18.83%46.86%-
HSV(B)316º31.69%55.69%-
XYZ19.4615.9123.16-
YUV114.22136.91147.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.48%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 130 (51.17% from 255) = 35.23%
R=38.48%
G=26.29%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429713000.320.080.4431618.8346.86
Hex8E618202082C13c132f
Octal21614120204010544742357
Binary100011101100001100000100100000100010110010011110010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,97,130); }

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

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

 a { background-color: rgb(142,97,130); }

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

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

 span { border-color: rgb(142,97,130); }

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