#9C6D7E

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

Shades of Strikemaster #9C6D7E

Tints of Strikemaster #9C6D7E

Color information

#9C6D7E (or 0x9C6D7E) is unknown color: approx Strikemaster. HEX triplet: 9C, 6D and 7E. RGB value is (156,109,126). Sum of RGB (Red+Green+Blue) = 156+109+126=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6D7E is #639281. Grayscale: #7C7C7C. Windows color (decimal): -6525570 or 8285596. OLE color: 8285596.

HSL color Cylindrical-coordinate representation of color #9C6D7E: hue angle of 338.3º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C6D7E is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB156109126-
CMYK00.300.190.39
HSL338.3º19.18%51.96%-
HSV(B)338.3º30.13%61.18%-
XYZ22.9419.5122.3-
YUV124.99128.57150.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.90%
GREEN value IS 109 (42.97% from 255) = 27.88%
BLUE value IS 126 (49.61% from 255) = 32.23%
R=39.90%
G=27.88%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610912600.300.190.39338.319.1851.96
Hex9C6D7E01E13271521334
Octal23415517603623475222364
Binary10011100110110111111100111101001110011110101001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C6D7E; }

 p { color: rgb(156,109,126); }

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

<style>
 a { background-color: #9C6D7E; }

 a { background-color: rgb(156,109,126); }

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

<style>
 span { border-color: #9C6D7E; }

 span { border-color: rgb(156,109,126); }

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