#8C6985

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

Shades of Strikemaster #8C6985

Tints of Strikemaster #8C6985

Color information

#8C6985 (or 0x8C6985) is unknown color: approx Strikemaster. HEX triplet: 8C, 69 and 85. RGB value is (140,105,133). Sum of RGB (Red+Green+Blue) = 140+105+133=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6985 is #73967A. Grayscale: #767676. Windows color (decimal): -7575163 or 8743308. OLE color: 8743308.

HSL color Cylindrical-coordinate representation of color #8C6985: hue angle of 312º 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 #8C6985 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB140105133-
CMYK00.250.050.45
HSL312º14.29%48.04%-
HSV(B)312º25%54.9%-
XYZ20.117.3724.48-
YUV118.66136.1143.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.04%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 133 (52.34% from 255) = 35.19%
R=37.04%
G=27.78%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010513300.250.050.4531214.2948.04
Hex8C698501952D138e30
Octal2141512050315554701660
Binary100011001101001100001010110011011011011001110001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,105,133); }

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

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

 a { background-color: rgb(140,105,133); }

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

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

 span { border-color: rgb(140,105,133); }

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