#8D6A83

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

Shades of Strikemaster #8D6A83

Tints of Strikemaster #8D6A83

Color information

#8D6A83 (or 0x8D6A83) is unknown color: approx Strikemaster. HEX triplet: 8D, 6A and 83. RGB value is (141,106,131). Sum of RGB (Red+Green+Blue) = 141+106+131=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6A83 is #72957C. Grayscale: #777777. Windows color (decimal): -7509373 or 8612493. OLE color: 8612493.

HSL color Cylindrical-coordinate representation of color #8D6A83: hue angle of 317.14º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D6A83 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB141106131-
CMYK00.250.070.45
HSL317.14º14.17%48.43%-
HSV(B)317.14º24.82%55.29%-
XYZ20.2417.6123.81-
YUV119.32134.6143.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.30%
GREEN value IS 106 (41.80% from 255) = 28.04%
BLUE value IS 131 (51.56% from 255) = 34.66%
R=37.30%
G=28.04%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110613100.250.070.45317.1414.1748.43
Hex8D6A8301972D13de30
Octal2151522030317554751660
Binary100011011101010100000110110011111011011001111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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