#8E6A83

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

Shades of Strikemaster #8E6A83

Tints of Strikemaster #8E6A83

Color information

#8E6A83 (or 0x8E6A83) is unknown color: approx Strikemaster. HEX triplet: 8E, 6A and 83. RGB value is (142,106,131). Sum of RGB (Red+Green+Blue) = 142+106+131=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6A83 is #71957C. Grayscale: #777777. Windows color (decimal): -7443837 or 8612494. OLE color: 8612494.

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

Color convert

RGB142106131-
CMYK00.250.080.44
HSL318.33º14.52%48.63%-
HSV(B)318.33º25.35%55.69%-
XYZ20.4117.723.81-
YUV119.61134.43143.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.47%
GREEN value IS 106 (41.80% from 255) = 27.97%
BLUE value IS 131 (51.56% from 255) = 34.56%
R=37.47%
G=27.97%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210613100.250.080.44318.3314.5248.63
Hex8E6A8301982C13ef31
Octal21615220303110544761761
Binary1000111011010101000001101100110001011001001111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,106,131); }

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

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

 a { background-color: rgb(142,106,131); }

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

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

 span { border-color: rgb(142,106,131); }

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