#8D627D

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

Shades of Strikemaster #8D627D

Tints of Strikemaster #8D627D

Color information

#8D627D (or 0x8D627D) is unknown color: approx Strikemaster. HEX triplet: 8D, 62 and 7D. RGB value is (141,98,125). Sum of RGB (Red+Green+Blue) = 141+98+125=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 141 - color contains mainly: red. Hex color #8D627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D627D is #729D82. Grayscale: #717171. Windows color (decimal): -7511427 or 8217229. OLE color: 8217229.

HSL color Cylindrical-coordinate representation of color #8D627D: hue angle of 322.33º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D627D is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB14198125-
CMYK00.300.110.45
HSL322.33º17.99%46.86%-
HSV(B)322.33º30.5%55.29%-
XYZ19.0515.8821.46-
YUV113.94134.25147.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.74%
GREEN value IS 98 (38.67% from 255) = 26.92%
BLUE value IS 125 (49.22% from 255) = 34.34%
R=38.74%
G=26.92%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419812500.300.110.45322.3317.9946.86
Hex8D627D01EB2D142122f
Octal21514217503613555022257
Binary1000110111000101111101011110101110110110100001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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