#9C647F

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

Shades of Strikemaster #9C647F

Tints of Strikemaster #9C647F

Color information

#9C647F (or 0x9C647F) is unknown color: approx Strikemaster. HEX triplet: 9C, 64 and 7F. RGB value is (156,100,127). Sum of RGB (Red+Green+Blue) = 156+100+127=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 156 - color contains mainly: red. Hex color #9C647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C647F is #639B80. Grayscale: #777777. Windows color (decimal): -6527873 or 8348828. OLE color: 8348828.

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

Color convert

RGB156100127-
CMYK00.360.190.39
HSL331.07º22.05%50.2%-
HSV(B)331.07º35.9%61.18%-
XYZ22.117.7122.33-
YUV119.82132.05153.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.73%
GREEN value IS 100 (39.45% from 255) = 26.11%
BLUE value IS 127 (50% from 255) = 33.16%
R=40.73%
G=26.11%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610012700.360.190.39331.0722.0550.2
Hex9C647F024132714b1632
Octal23414417704423475132662
Binary100111001100100111111101001001001110011110100101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,100,127); }

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

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

 a { background-color: rgb(156,100,127); }

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

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

 span { border-color: rgb(156,100,127); }

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