#8E6081

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

Shades of Strikemaster #8E6081

Tints of Strikemaster #8E6081

Color information

#8E6081 (or 0x8E6081) is unknown color: approx Strikemaster. HEX triplet: 8E, 60 and 81. RGB value is (142,96,129). Sum of RGB (Red+Green+Blue) = 142+96+129=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6081 is #719F7E. Grayscale: #717171. Windows color (decimal): -7446399 or 8478862. OLE color: 8478862.

HSL color Cylindrical-coordinate representation of color #8E6081: hue angle of 316.96º 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 #8E6081 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB14296129-
CMYK00.320.090.44
HSL316.96º19.33%46.67%-
HSV(B)316.96º32.39%55.69%-
XYZ19.315.722.78-
YUV113.52136.74148.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.69%
GREEN value IS 96 (37.89% from 255) = 26.16%
BLUE value IS 129 (50.78% from 255) = 35.15%
R=38.69%
G=26.16%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429612900.320.090.44316.9619.3346.67
Hex8E608102092C13d132f
Octal21614020104011544752357
Binary100011101100000100000010100000100110110010011110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,96,129); }

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

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

 a { background-color: rgb(142,96,129); }

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

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

 span { border-color: rgb(142,96,129); }

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