#8C6B83

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

Shades of Strikemaster #8C6B83

Tints of Strikemaster #8C6B83

Color information

#8C6B83 (or 0x8C6B83) is unknown color: approx Strikemaster. HEX triplet: 8C, 6B and 83. RGB value is (140,107,131). Sum of RGB (Red+Green+Blue) = 140+107+131=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6B83 is #73947C. Grayscale: #777777. Windows color (decimal): -7574653 or 8612748. OLE color: 8612748.

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

Color convert

RGB140107131-
CMYK00.240.060.45
HSL316.36º13.36%48.43%-
HSV(B)316.36º23.57%54.9%-
XYZ20.1717.7323.83-
YUV119.6134.43142.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.04%
GREEN value IS 107 (42.19% from 255) = 28.31%
BLUE value IS 131 (51.56% from 255) = 34.66%
R=37.04%
G=28.31%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010713100.240.060.45316.3613.3648.43
Hex8C6B8301862D13cd30
Octal2141532030306554741560
Binary100011001101011100000110110001101011011001111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,107,131); }

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

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

 a { background-color: rgb(140,107,131); }

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

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

 span { border-color: rgb(140,107,131); }

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