#8D6076

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

Shades of Strikemaster #8D6076

Tints of Strikemaster #8D6076

Color information

#8D6076 (or 0x8D6076) is unknown color: approx Strikemaster. HEX triplet: 8D, 60 and 76. RGB value is (141,96,118). Sum of RGB (Red+Green+Blue) = 141+96+118=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6076 is #729F89. Grayscale: #6F6F6F. Windows color (decimal): -7511946 or 7757965. OLE color: 7757965.

HSL color Cylindrical-coordinate representation of color #8D6076: hue angle of 330.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D6076 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB14196118-
CMYK00.320.160.45
HSL330.67º18.99%46.47%-
HSV(B)330.67º31.91%55.29%-
XYZ18.4415.3419.13-
YUV111.96131.41148.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.72%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=39.72%
G=27.04%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419611800.320.160.45330.6718.9946.47
Hex8D6076020102D14b132e
Octal21514016604020555132356
Binary100011011100000111011001000001000010110110100101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,96,118); }

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

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

 a { background-color: rgb(141,96,118); }

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

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

 span { border-color: rgb(141,96,118); }

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