#8C6E7B

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

Shades of Strikemaster #8C6E7B

Tints of Strikemaster #8C6E7B

Color information

#8C6E7B (or 0x8C6E7B) is unknown color: approx Strikemaster. HEX triplet: 8C, 6E and 7B. RGB value is (140,110,123). Sum of RGB (Red+Green+Blue) = 140+110+123=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6E7B is #739184. Grayscale: #787878. Windows color (decimal): -7573893 or 8089228. OLE color: 8089228.

HSL color Cylindrical-coordinate representation of color #8C6E7B: hue angle of 334º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C6E7B is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB140110123-
CMYK00.210.120.45
HSL334º12%49.02%-
HSV(B)334º21.43%54.9%-
XYZ19.9718.1621.19-
YUV120.45129.44141.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.53%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 123 (48.44% from 255) = 32.98%
R=37.53%
G=29.49%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011012300.210.120.453341249.02
Hex8C6E7B015C2D14ec31
Octal21415617302514555161461
Binary100011001101110111101101010111001011011010011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,110,123); }

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

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

 a { background-color: rgb(140,110,123); }

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

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

 span { border-color: rgb(140,110,123); }

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