#8D6E7D

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

Shades of Strikemaster #8D6E7D

Tints of Strikemaster #8D6E7D

Color information

#8D6E7D (or 0x8D6E7D) is unknown color: approx Strikemaster. HEX triplet: 8D, 6E and 7D. RGB value is (141,110,125). Sum of RGB (Red+Green+Blue) = 141+110+125=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6E7D is #729182. Grayscale: #787878. Windows color (decimal): -7508355 or 8220301. OLE color: 8220301.

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

Color convert

RGB141110125-
CMYK00.220.110.45
HSL330.97º12.35%49.22%-
HSV(B)330.97º21.99%55.29%-
XYZ20.2618.321.87-
YUV120.98130.27142.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.5%
GREEN value IS 110 (43.36% from 255) = 29.26%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=37.5%
G=29.26%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111012500.220.110.45330.9712.3549.22
Hex8D6E7D016B2D14bc31
Octal21515617502613555131461
Binary100011011101110111110101011010111011011010010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,110,125); }

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

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

 a { background-color: rgb(141,110,125); }

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

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

 span { border-color: rgb(141,110,125); }

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