#8E6181

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

Shades of Strikemaster #8E6181

Tints of Strikemaster #8E6181

Color information

#8E6181 (or 0x8E6181) is unknown color: approx Strikemaster. HEX triplet: 8E, 61 and 81. RGB value is (142,97,129). Sum of RGB (Red+Green+Blue) = 142+97+129=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6181 is #719E7E. Grayscale: #727272. Windows color (decimal): -7446143 or 8479118. OLE color: 8479118.

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

Color convert

RGB14297129-
CMYK00.320.090.44
HSL317.33º18.83%46.86%-
HSV(B)317.33º31.69%55.69%-
XYZ19.3915.8922.81-
YUV114.1136.41147.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.59%
GREEN value IS 97 (38.28% from 255) = 26.36%
BLUE value IS 129 (50.78% from 255) = 35.05%
R=38.59%
G=26.36%
B=35.05%

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
Decimal1429712900.320.090.44317.3318.8346.86
Hex8E618102092C13d132f
Octal21614120104011544752357
Binary100011101100001100000010100000100110110010011110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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